You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
470 B
JSON

{
"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"
]
}