diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json index 47872213..5e6c35b9 100644 --- a/components/search_engines/prepopulated_engines.json +++ b/components/search_engines/prepopulated_engines.json @@ -23,12 +23,12 @@ // When adding new engines, increment this number and use it as the new // max ID. This is used by UMA stats and must be updated to include the full // range or else not all engines will be counted in stats. - "kMaxPrepopulatedEngineID": 101, + "kMaxPrepopulatedEngineID": 102, // Increment this if you change the data in ways that mean users with // existing data should get a new version. Otherwise, existing data may // continue to be used and updates made here will not always appear. - "kCurrentDataVersion": 128 + "kCurrentDataVersion": 129 }, // The following engines are included in country lists and are added to the @@ -95,7 +95,7 @@ "name": "DuckDuckGo", "keyword": "duckduckgo.com", "favicon_url": "https://duckduckgo.com/favicon.ico", - "search_url": "https://duckduckgo.com/?q={searchTerms}", + "search_url": "https://duckduckgo.com/?q={searchTerms}&t=canonical", "suggest_url": "https://duckduckgo.com/ac/?q={searchTerms}&type=list", "new_tab_url": "https://duckduckgo.com/chrome_newtab", "type": "SEARCH_ENGINE_DUCKDUCKGO", @@ -156,6 +156,15 @@ "type": "SEARCH_ENGINE_NAVER", "id": 67 }, + + "petal_search": { + "name": "Petal Search", + "keyword": "petalsearch.com", + "favicon_url": "https://search-static-dre.dbankcdn.com/pc/v1/favicon.ico", + "search_url": "https://petalsearch.com/search?query={searchTerms}", + "type": "SEARCH_ENGINE_PETALSEARCH", + "id": 102 + }, "qwant": { "name": "Qwant",