Changed Extensions to ExtensionSettings

This commit is contained in:
SoftwareRat 2022-04-12 22:59:57 +02:00
parent 0822d491d2
commit cb6bfffeb0

View file

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