Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 21ef4d1c authored by csagan5's avatar csagan5
Browse files

Fix Qwant patch

parent b05d50bc
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ Make search engine selectable in default list
diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
--- a/components/search_engines/prepopulated_engines.json
+++ b/components/search_engines/prepopulated_engines.json
@@ -197,6 +197,7 @@
       "favicon_url": "https://search.seznam.cz/r/img/favicon.ico",
       "search_url": "https://search.seznam.cz/?q={searchTerms}",
       "suggest_url": "https://suggest.fulltext.seznam.cz/fulltext_ff?phrase={searchTerms}",
@@ -187,6 +187,7 @@
       "favicon_url": "https://www.qwant.com/favicon.ico",
       "search_url": "https://www.qwant.com/?q={searchTerms}&client=opensearch",
       "suggest_url": "https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch",
+      "image_url": "https://www.qwant.com/?t=images&q={searchTerms}",
       "type": "SEARCH_ENGINE_SEZNAM",
       "id": 25
       "type": "SEARCH_ENGINE_QWANT",
       "id": 94
     },
diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
--- a/components/search_engines/template_url_prepopulate_data.cc