mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update prepopulated_engines.json
This commit is contained in:
parent
75a531292b
commit
1cf22409f2
1 changed files with 4 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
||||||
// Increment this if you change the data in ways that mean users with
|
// Increment this if you change the data in ways that mean users with
|
||||||
// existing data should get a new version. Otherwise, existing data may
|
// existing data should get a new version. Otherwise, existing data may
|
||||||
// continue to be used and updates made here will not always appear.
|
// continue to be used and updates made here will not always appear.
|
||||||
"kCurrentDataVersion": 135
|
"kCurrentDataVersion": 136
|
||||||
},
|
},
|
||||||
|
|
||||||
// The following engines are included in country lists and are added to the
|
// The following engines are included in country lists and are added to the
|
||||||
|
@ -118,6 +118,7 @@
|
||||||
"favicon_url": "https://cdn.ecosia.org/assets/images/ico/favicon.ico",
|
"favicon_url": "https://cdn.ecosia.org/assets/images/ico/favicon.ico",
|
||||||
"search_url": "https://www.ecosia.org/search?q={searchTerms}&addon=opensearch",
|
"search_url": "https://www.ecosia.org/search?q={searchTerms}&addon=opensearch",
|
||||||
"suggest_url": "https://ac.ecosia.org/autocomplete?q={searchTerms}&type=list",
|
"suggest_url": "https://ac.ecosia.org/autocomplete?q={searchTerms}&type=list",
|
||||||
|
"new_tab_url": "https://www.ecosia.org/newtab/",
|
||||||
"type": "SEARCH_ENGINE_ECOSIA",
|
"type": "SEARCH_ENGINE_ECOSIA",
|
||||||
"id": 101
|
"id": 101
|
||||||
},
|
},
|
||||||
|
@ -126,7 +127,7 @@
|
||||||
"name": "Google",
|
"name": "Google",
|
||||||
"keyword": "google.com",
|
"keyword": "google.com",
|
||||||
"favicon_url": "https://www.google.com/images/branding/product/ico/googleg_lodp.ico",
|
"favicon_url": "https://www.google.com/images/branding/product/ico/googleg_lodp.ico",
|
||||||
"search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchboxStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}",
|
"search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}",
|
||||||
"suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:inputType}{google:omniboxFocusType}{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}{google:clientCacheTimeToLive}{google:searchVersion}{google:sessionToken}{google:prefetchQuery}sugkey={google:suggestAPIKeyParameter}",
|
"suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:inputType}{google:omniboxFocusType}{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}{google:clientCacheTimeToLive}{google:searchVersion}{google:sessionToken}{google:prefetchQuery}sugkey={google:suggestAPIKeyParameter}",
|
||||||
"image_url": "{google:baseSearchByImageURL}upload",
|
"image_url": "{google:baseSearchByImageURL}upload",
|
||||||
"contextual_search_url": "{google:baseURL}_/contextualsearch?{google:contextualSearchVersion}{google:contextualSearchContextData}",
|
"contextual_search_url": "{google:baseURL}_/contextualsearch?{google:contextualSearchVersion}{google:contextualSearchContextData}",
|
||||||
|
|
Loading…
Reference in a new issue