added t:new and --patches flag
This commit is contained in:
parent
2fad12ea91
commit
0b44140463
17 changed files with 227 additions and 59 deletions
30
post-compile-patches/search-engine-qgato.patch
Normal file
30
post-compile-patches/search-engine-qgato.patch
Normal file
|
@ -0,0 +1,30 @@
|
|||
t: new
|
||||
o: /distribution/policies.json
|
||||
|
||||
+{
|
||||
+ "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
|
||||
+ "policies": {
|
||||
+ "DisableAppUpdate": true,
|
||||
+ "DisableTelemetry": true,
|
||||
+ "SearchEngines": {
|
||||
+ "Default": "QGato",
|
||||
+ "Add": [
|
||||
+ {
|
||||
+ "Name": "QGato",
|
||||
+ "Description": "QGato Search Engine",
|
||||
+ "Method": "GET",
|
||||
+ "URLTemplate": "https://qgato.xyz/search?q={searchTerms}",
|
||||
+ "SuggestURLTemplate": "https://qgato.xyz/suggestions?q={searchTerms}",
|
||||
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
|
||||
+ }
|
||||
+ ],
|
||||
+ "Remove": [
|
||||
+ "Google",
|
||||
+ "Bing",
|
||||
+ "Amazon.com",
|
||||
+ "eBay",
|
||||
+ "Twitter"
|
||||
+ ]
|
||||
+ }
|
||||
+ }
|
||||
+}
|
Loading…
Add table
Add a link
Reference in a new issue