2022-10-24 22:40:27 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
|
|
|
"name": "Custom Brandejs theme for IS",
|
|
|
|
"version": "1.0",
|
|
|
|
"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
|
|
|
"id": "brandejsIS@custombrandejstheme",
|
|
|
|
"update_url": "https://zylacx.github.io/updates.json"
|
2023-02-17 10:54:53 +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
|
|
|
]
|
|
|
|
}
|