Patcher/post-compile-patches/search-engine-qgato.patch
2024-12-11 16:41:49 +01:00

30 lines
952 B
Diff

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"
+ ]
+ }
+ }
+}