From b5a373ba639f074bc1ddaf7509509ecb89640d25 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 12 Mar 2022 17:16:22 +0300 Subject: Fixed Startpage bug, Fixed manifest not working on chromium #106 --- src/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/manifest.json') 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 -- cgit 1.4.1