about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-12 17:16:22 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-12 17:16:22 +0300
commitb5a373ba639f074bc1ddaf7509509ecb89640d25 (patch)
tree6eb33667c251dec648d272bd37f2a8b24645affc /src/manifest.json
parentRefined google search target #105 (diff)
downloadlibredirect-b5a373ba639f074bc1ddaf7509509ecb89640d25.zip
Fixed Startpage bug, Fixed manifest not working on chromium #106
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json6
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