parent
82b82c5a8b
commit
16050586a9
3 changed files with 2 additions and 5 deletions
Binary file not shown.
|
@ -52,4 +52,4 @@ else {
|
||||||
style.innerText = main_menu_css + other_css;
|
style.innerText = main_menu_css + other_css;
|
||||||
}
|
}
|
||||||
|
|
||||||
document.head.appendChild(style)
|
document.head.appendChild(style)
|
|
@ -2,16 +2,13 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "Custom Brandejs theme for IS",
|
"name": "Custom Brandejs theme for IS",
|
||||||
"version": "1.2.1",
|
"version": "1.2",
|
||||||
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
|
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"update_url": "https://zylacx.github.io/updates.json"
|
"update_url": "https://zylacx.github.io/updates.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icons": {
|
|
||||||
"16": "assets/icon.webp"
|
|
||||||
},
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["https://is.muni.cz/auth/*"],
|
"matches": ["https://is.muni.cz/auth/*"],
|
||||||
|
|
Loading…
Reference in a new issue