glasstop/firefox-policies.json

50 lines
No EOL
1.5 KiB
JSON

{
"policies": {
"DisableTelemetry":true,
"NoDefaultBookmarks": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"RequestedLocales": "fi,en-US",
"SearchSuggestEnabled": true,
"ExtensionUpdate": true,
"ExtensionSettings": {
"{26ffe8a2-401b-4bf0-a79c-501c361de5af}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/firefox-alpenglow/latest.xpi",
"installation_mode": "force_installed"
},
"@testpilot-containers": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
"installation_mode": "force_installed"
},
"uBlock0@raymondhill.net": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"installation_mode": "force_installed"
},
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
"installation_mode": "force_installed"
}
},
"SearchEngines": {
"Default": "Brave",
"PreventInstalls": true,
"Add": [
{
"Name": "Brave",
"URLTemplate": "https://search.brave.com/search?q={searchTerms}",
"Method": "GET",
"IconURL": "https://brave.com/static-assets/images/brave-favicon.png",
"Description": "Has privacy, yeahh",
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}"
}
],
"Remove": [
"Google",
"Bing",
"DuckDuckGo",
"Wikipedia (en)",
"Wikipedia (fi)"
]
}
}
}