From c313a4328b4421455ec45e084d958acf87618973 Mon Sep 17 00:00:00 2001 From: Ladislav Hano <524934@fi.muni.cz> Date: Fri, 17 Feb 2023 11:54:53 +0100 Subject: [PATCH] Added update url --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 48a25af..8e36aa9 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,11 @@ "name": "Custom Brandejs theme for IS", "version": "1.0", "description": "The only proper way to enjoy MUNI IS (shamelessly stolen)", - + "browser_specific_settings": { + "gecko": { + "update_url": "https://zylacx.github.io/updates.json" + } + }, "content_scripts": [ { "matches": ["https://is.muni.cz/auth/*"],