Added icon

This commit is contained in:
Ladislav Hano 2023-10-15 14:49:44 +02:00
parent e3b8174d6a
commit 0c7a74a820
3 changed files with 5 additions and 2 deletions

BIN
assets/icon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -52,4 +52,4 @@ else {
style.innerText = main_menu_css + other_css;
}
document.head.appendChild(style)
document.head.appendChild(style)

View file

@ -2,13 +2,16 @@
"manifest_version": 2,
"name": "Custom Brandejs theme for IS",
"version": "1.2",
"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/*"],