Revert "Added icon"

This reverts commit 0c7a74a820.
This commit is contained in:
Ladislav Hano 2023-10-15 14:54:51 +02:00
parent 82b82c5a8b
commit 16050586a9
3 changed files with 2 additions and 5 deletions

Binary file not shown.

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