fixed QGato not being default search engine

This commit is contained in:
partisan 2024-12-14 18:33:13 +01:00
parent 8259e4096b
commit df213283df

View file

@ -29,7 +29,6 @@ o: /distribution/policies.json
+ "Install": [
+ "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
+ ],
+ "DefaultState": "hidden",
+ "Uninstall": [
+ "google@search.mozilla.org",
+ "bing@search.mozilla.org",
@ -40,6 +39,15 @@ o: /distribution/policies.json
+ },
+ "SearchEngines": {
+ "PreventInstalls": false,
+ "Remove": [
+ "Google",
+ "Bing",
+ "Amazon.com",
+ "DuckDuckGo",
+ "eBay",
+ "Twitter",
+ "wikipedia@search.mozilla.org"
+ ],
+ "Add": [
+ {
+ "Name": "QGato",
@ -50,14 +58,7 @@ o: /distribution/policies.json
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
+ }
+ ],
+ "Remove": [
+ "Google",
+ "Bing",
+ "Amazon.com",
+ "eBay",
+ "Twitter",
+ "wikipedia@search.mozilla.org"
+ ]
+ "Default": "QGato"
+ },
+ "SupportMenu": {
+ "Title": "Spitfire Issue Tracker",