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