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": [
|
||||
+ "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",
|
||||
|
|
Loading…
Add table
Reference in a new issue