Refactor on upstream
This commit is contained in:
parent
ded7e8af24
commit
cb3b3af92c
1 changed files with 12 additions and 3 deletions
|
@ -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",
|
||||
|
@ -157,6 +157,15 @@
|
|||
"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",
|
||||
"keyword": "qwant.com",
|
||||
|
|
Loading…
Reference in a new issue