added update url to manifest

This commit is contained in:
Niklas 2020-04-25 00:55:51 +02:00
parent e34ef08be6
commit d5d9291999

View File

@ -9,10 +9,15 @@
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "startpage/index.html" "newtab": "startpage/index.html"
}, },
"chrome_settings_overrides" : { "chrome_settings_overrides": {
"homepage": "startpage/index.html" "homepage": "startpage/index.html"
}, },
"permissions": [ "permissions": [
"<all_urls>" "<all_urls>"
] ],
"applications": {
"gecko": {
"update_url": "https://cocainum.srv.kapelle.org/api/service/staticRedirect/staticRedirect/startpageExtUpdate"
}
}
} }