Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Link favicon to the local image file
  • Loading branch information
sadirde authored Nov 18, 2024
1 parent 7558135 commit 73c1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"search_provider": {
"name": "__MSG_extensionName__",
"keyword": "@libredirect",
"favicon_url": "https://raw.githubusercontent.com/libredirect/browser_extension/master/src/assets/images/libredirect.svg",
"favicon_url": "assets/images/libredirect.svg",
"search_url": "https://search.libredirect.invalid/?q={searchTerms}",
"encoding": "UTF-8",
"is_default": false
Expand Down

0 comments on commit 73c1b11

Please sign in to comment.