{ "manifest_version": 2, "name": "LEZ + CSS", "description": "LEZ mit ein bisschen CSS verfeinert", "version": "0.0.1", "permissions": [ "activeTab" ], "icons": { "128": "icon.png" }, "background": { "scripts": ["background.js"] }, "content_scripts": [ { "matches": ["https://lez.ipd.kit.edu/*"], "js": ["background.js"], "run_at": "document_start" } ], "web_accessible_resources": [ "css/*.css" ] }