mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-26 11:10:55 +02:00
move from url_overrides to settings_overrides
This commit is contained in:
@@ -5,12 +5,16 @@
|
|||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "sites.html"
|
"newtab": "sites.html"
|
||||||
},
|
},
|
||||||
|
"chrome_settings_overrides": {
|
||||||
|
"homepage": "sites.html"
|
||||||
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"topSites"
|
"topSites"
|
||||||
],
|
],
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"strict_min_version": "54.0a1"
|
"strict_min_version": "55.0a1",
|
||||||
|
"id": "foo@bar.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user