added t:new and --patches flag

This commit is contained in:
partisan 2024-12-11 16:41:49 +01:00
parent 2fad12ea91
commit 0b44140463
17 changed files with 227 additions and 59 deletions

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