fixed QGato not being default search engine
This commit is contained in:
parent
8259e4096b
commit
df213283df
1 changed files with 10 additions and 9 deletions
|
@ -29,7 +29,6 @@ o: /distribution/policies.json
|
||||||
+ "Install": [
|
+ "Install": [
|
||||||
+ "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
|
+ "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
|
||||||
+ ],
|
+ ],
|
||||||
+ "DefaultState": "hidden",
|
|
||||||
+ "Uninstall": [
|
+ "Uninstall": [
|
||||||
+ "google@search.mozilla.org",
|
+ "google@search.mozilla.org",
|
||||||
+ "bing@search.mozilla.org",
|
+ "bing@search.mozilla.org",
|
||||||
|
@ -40,6 +39,15 @@ o: /distribution/policies.json
|
||||||
+ },
|
+ },
|
||||||
+ "SearchEngines": {
|
+ "SearchEngines": {
|
||||||
+ "PreventInstalls": false,
|
+ "PreventInstalls": false,
|
||||||
|
+ "Remove": [
|
||||||
|
+ "Google",
|
||||||
|
+ "Bing",
|
||||||
|
+ "Amazon.com",
|
||||||
|
+ "DuckDuckGo",
|
||||||
|
+ "eBay",
|
||||||
|
+ "Twitter",
|
||||||
|
+ "wikipedia@search.mozilla.org"
|
||||||
|
+ ],
|
||||||
+ "Add": [
|
+ "Add": [
|
||||||
+ {
|
+ {
|
||||||
+ "Name": "QGato",
|
+ "Name": "QGato",
|
||||||
|
@ -50,14 +58,7 @@ o: /distribution/policies.json
|
||||||
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
|
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
|
||||||
+ }
|
+ }
|
||||||
+ ],
|
+ ],
|
||||||
+ "Remove": [
|
+ "Default": "QGato"
|
||||||
+ "Google",
|
|
||||||
+ "Bing",
|
|
||||||
+ "Amazon.com",
|
|
||||||
+ "eBay",
|
|
||||||
+ "Twitter",
|
|
||||||
+ "wikipedia@search.mozilla.org"
|
|
||||||
+ ]
|
|
||||||
+ },
|
+ },
|
||||||
+ "SupportMenu": {
|
+ "SupportMenu": {
|
||||||
+ "Title": "Spitfire Issue Tracker",
|
+ "Title": "Spitfire Issue Tracker",
|
||||||
|
|
Loading…
Add table
Reference in a new issue