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