diff --git a/brandejsIStheme.zip b/brandejsIStheme.zip deleted file mode 100644 index 0097f96..0000000 Binary files a/brandejsIStheme.zip and /dev/null differ diff --git a/content.js b/content.js index 4933eb3..2747148 100644 --- a/content.js +++ b/content.js @@ -52,4 +52,4 @@ else { style.innerText = main_menu_css + other_css; } -document.head.appendChild(style) +document.head.appendChild(style) \ No newline at end of file diff --git a/manifest.json b/manifest.json index c867bc8..4dc7210 100644 --- a/manifest.json +++ b/manifest.json @@ -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/*"],