change "Extensions" policy to "ExtensionSettings"

This commit is contained in:
andrea-varesio 2022-12-16 11:25:37 +01:00
parent 424560ba70
commit 543e9f8c5e
No known key found for this signature in database
GPG key ID: 488BB72C196F7AA7

View file

@ -27,17 +27,26 @@
"https://localhost/*"
]
},
"Extensions": {
"Install": [
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
],
"Uninstall": [
"google@search.mozilla.org",
"bing@search.mozilla.org",
"amazondotcom@search.mozilla.org",
"ebay@search.mozilla.org",
"twitter@search.mozilla.org"
]
"ExtensionSettings": {
"uBlock0@raymondhill.net": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"installation_mode": "normal_installed"
},
"google@search.mozilla.org": {
"installation_mode": "blocked"
},
"bing@search.mozilla.org": {
"installation_mode": "blocked"
},
"amazondotcom@search.mozilla.org": {
"installation_mode": "blocked"
},
"ebay@search.mozilla.org": {
"installation_mode": "blocked"
},
"twitter@search.mozilla.org": {
"installation_mode": "blocked"
}
},
"SearchEngines": {
"PreventInstalls": false,