diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 3ff9d5ac..7c22b2e8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -39,5 +39,16 @@ "web_accessible_resources": [ "assets/javascripts/helpers/youtube/piped-preferences.js", "assets/javascripts/helpers/youtube/pipedMaterial-preferences.js" - ] + ], + "chrome_settings_overrides": { + "homepage": "https://libredirect.onion", + "search_provider": { + "name": "LibRedirect", + "keyword": "libredirect.onion", + "search_url": "https://libredirect.onion/?q={searchTerms}", + "favicon_url": "assets/images/libredirect-16.png", + "encoding": "UTF-8", + "is_default": true + } + } } \ No newline at end of file |