brandejsIStheme/manifest.json

31 lines
796 B
JSON
Raw Permalink Normal View History

2022-10-24 22:40:27 +00:00
{
"manifest_version": 2,
"name": "Custom Brandejs theme for IS",
2023-10-15 13:02:15 +00:00
"version": "1.2.0",
2022-10-24 22:40:27 +00:00
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
2023-02-17 10:54:53 +00:00
"browser_specific_settings": {
"gecko": {
2023-02-17 11:52:19 +00:00
"update_url": "https://zylacx.github.io/updates.json"
2023-02-17 10:54:53 +00:00
}
},
2023-10-15 12:58:42 +00:00
"icons": {
2023-10-15 13:02:15 +00:00
"90": "assets/icon.webp"
2023-10-15 12:58:42 +00:00
},
2022-10-24 22:40:27 +00:00
"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",
2023-02-16 20:27:41 +00:00
"assets/brandejsNeon.jpg",
"assets/brandejsMucitel.png",
"assets/brandejsMC.png"
2022-10-24 22:40:27 +00:00
]
}