Skip to content

Commit

Permalink
Fix Firefox search favicon URL (#33)
Browse files Browse the repository at this point in the history
Apparently Chrome changed the spec, not Firefox.
  • Loading branch information
BrunoBernardino authored Sep 27, 2023
1 parent 7fad301 commit 5cc9b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"search_provider": {
"name": "Kagi",
"search_url": "https://kagi.com/search?q={searchTerms}",
"favicon_url": "https://assets.kagi.com/v2/favicon-32x32.png",
"favicon_url": "icons/icon_32px.png",
"keyword": "@kagi",
"is_default": true,
"suggest_url": "https://kagi.com/api/autosuggest?q={searchTerms}",
Expand Down

0 comments on commit 5cc9b90

Please sign in to comment.