brandejsIStheme/manifest.json
Ladislav Hano 0c7a74a820 Added icon
2023-10-15 14:49:44 +02:00

30 lines
797 B
JSON

{
"manifest_version": 2,
"name": "Custom Brandejs theme for IS",
"version": "1.2.1",
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
"browser_specific_settings": {
"gecko": {
"update_url": "https://zylacx.github.io/updates.json"
}
},
"icons": {
"16": "assets/icon.webp"
},
"content_scripts": [
{
"matches": ["https://is.muni.cz/auth/*"],
"js": ["content.js"]
}
],
"web_accessible_resources": [
"assets/brandejsMatrix.jpg",
"assets/brandejsMC.jpg",
"assets/brandejsWine.jpg",
"assets/brandejsMucitel.jpg",
"assets/brandejsNeon.jpg",
"assets/brandejsMucitel.png",
"assets/brandejsMC.png"
]
}