From 979ed6986940c4ec206cf7509589cfe2d600ba93 Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Sun, 15 Oct 2023 14:58:42 +0200 Subject: [PATCH] Manifest v1.2.1 --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4dc7210..7ab3ca5 100644 --- a/manifest.json +++ b/manifest.json @@ -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/*"],