diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-12 17:16:22 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-12 17:16:22 +0300 |
commit | b5a373ba639f074bc1ddaf7509509ecb89640d25 (patch) | |
tree | 6eb33667c251dec648d272bd37f2a8b24645affc /src/manifest.json | |
parent | Refined google search target #105 (diff) | |
download | libredirect-b5a373ba639f074bc1ddaf7509509ecb89640d25.zip |
Fixed Startpage bug, Fixed manifest not working on chromium #106
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json index 6ff600a3..6e4a1e79 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -43,9 +43,11 @@ "chrome_settings_overrides": { "search_provider": { "name": "LibRedirect", + "keyword": "libredirect", + "favicon_url": "/assets/images/libredirect-16.png", "search_url": "https://libredirect.onion/?q={searchTerms}", - "favicon_url": "assets/images/libredirect-16.png", - "encoding": "UTF-8" + "encoding": "UTF-8", + "is_default": false } } } \ No newline at end of file |