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