Skip to content

Commit

Permalink
Update Firefox search settings for MV3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierohub committed Jun 4, 2024
1 parent 3983c2a commit 9c5c32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added Extension/assets/icons/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/bundle/firefox/manifest.firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const firefoxManifest = {
search_provider: {
name: 'Qwant',
keyword: 'qwant.com',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=plgn-firefox-sb',
favicon_url: 'https://www.qwant.com/favicon.ico',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=ext-firefox-sb', // overrided by brz-moz if other value or additional parameter
favicon_url: '/assets/icons/favicon.ico',
suggest_url: 'https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch',
encoding: 'UTF-8',
is_default: true,
Expand Down

0 comments on commit 9c5c32d

Please sign in to comment.