v0.3: Extension #3

Merged
niklas merged 16 commits from develop into master 2020-04-25 20:38:57 +00:00
Showing only changes of commit d5d9291999 - Show all commits

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"
}
}
} }