about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorLeo Heitmann Ruiz <leo@heitmannruiz.org>2024-07-25 13:33:19 +0200
committerLeo Heitmann Ruiz <leo@heitmannruiz.org>2024-07-25 13:33:19 +0200
commit36f3efd6727900a20033f849b05ec58595ffd9e4 (patch)
tree6ecfbe6d184502c1873dbc6f7398d323ca8369bb /src/manifest.json
parentMerge pull request 'Simplify Markdown' (#138) from lhr/browser_extension:auto... (diff)
downloadlibredirect-36f3efd6727900a20033f849b05ec58595ffd9e4.zip
Use SVG for search icon in Firefox
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index cf763247..9c76753b 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -44,7 +44,7 @@
     "search_provider": {
       "name": "__MSG_extensionName__",
       "keyword": "@libredirect",
-      "favicon_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/assets/images/libredirect-16.png",
+      "favicon_url": "https://raw.githubusercontent.com/libredirect/browser_extension/master/src/assets/images/libredirect.svg",
       "search_url": "https://search.libredirect.invalid/?q={searchTerms}",
       "encoding": "UTF-8",
       "is_default": false