From 91982a802be514f5d0db797cf682f32b980c0451 Mon Sep 17 00:00:00 2001 From: Alexander Sulim Date: Sat, 28 May 2022 15:59:56 +0200 Subject: [PATCH] Add a link to the updates manifest --- extension/manifest.json.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension/manifest.json.tmpl b/extension/manifest.json.tmpl index cc7b346..37b39c7 100644 --- a/extension/manifest.json.tmpl +++ b/extension/manifest.json.tmpl @@ -12,7 +12,8 @@ ], "browser_specific_settings": { "gecko": { - "id": "q@sulim.dev" + "id": "q@sulim.dev", + "update_url": "https://soulim.github.io/q/updates.json" } }, "background": {