From d5d9291999008025ecc10002f3a735b5a9cd04bf Mon Sep 17 00:00:00 2001 From: Niklas Date: Sat, 25 Apr 2020 00:55:51 +0200 Subject: [PATCH] added update url to manifest --- src/manifest.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 9eeb43d..bf73653 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,10 +9,15 @@ "chrome_url_overrides": { "newtab": "startpage/index.html" }, - "chrome_settings_overrides" : { + "chrome_settings_overrides": { "homepage": "startpage/index.html" }, "permissions": [ "" - ] + ], + "applications": { + "gecko": { + "update_url": "https://cocainum.srv.kapelle.org/api/service/staticRedirect/staticRedirect/startpageExtUpdate" + } + } } \ No newline at end of file