Skip to content

Commit

Permalink
NQ-793 Update client parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierohub committed Jun 3, 2024
1 parent 52127ca commit c74cd9f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
 

<p align="center">
<img src="https://user-images.githubusercontent.com/1442690/179483645-e83b2f3d-b680-45b7-97c4-9e51e6247b8d.png" width="300px" alt="Qwant Search Browser Extension" />
</p>
<h3 align="center">Qwant - The search engine that values you as a user, not as a product</h3>
<p align="center">
Designed and based in France, Qwant is the first European search engine, both efficient and ethical, that protects the freedoms of its users and ensures the preservation of the digital ecosystem.
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/chrome/manifest.chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const chromeManifest = {
search_provider: {
name: 'Qwant',
keyword: 'www.qwant.com',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=ext-chrome-sb',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=plgn-chrome-sb',
favicon_url: 'https://www.qwant.com/favicon.ico',
suggest_url: 'https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch',
encoding: 'UTF-8',
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/edge/manifest.edge.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const edgeManifest = {
search_provider: {
name: 'Qwant',
keyword: 'www.qwant.com',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=ext-edge-sb',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=plgn-edge-sb',
favicon_url: 'https://www.qwant.com/favicon.ico',
suggest_url: 'https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch',
encoding: 'UTF-8',
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/firefox/manifest.firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const firefoxManifest = {
search_provider: {
name: 'Qwant',
keyword: 'qwant.com',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=ext-firefox-sb',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=plgn-firefox-sb',
favicon_url: 'https://www.qwant.com/favicon.ico',
suggest_url: 'https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch',
encoding: 'UTF-8',
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/opera/manifest.opera.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const chromeManifest = {
search_provider: {
name: 'Qwant',
keyword: 'www.qwant.com',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=ext-chrome-sb',
search_url: 'https://www.qwant.com/?q={searchTerms}&client=plgn-opera-sb',
favicon_url: 'https://www.qwant.com/favicon.ico',
suggest_url: 'https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch',
encoding: 'UTF-8',
Expand Down

0 comments on commit c74cd9f

Please sign in to comment.