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
0478b7070c
commit
15946df451
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2021 The Chromium Authors and Alex313031. All rights reserved.
|
// Copyright 2022 The Chromium Authors and Alex313031. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
@ -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": 129
|
"kCurrentDataVersion": 130
|
||||||
},
|
},
|
||||||
|
|
||||||
// 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
|
||||||
|
@ -121,6 +121,7 @@
|
||||||
"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}",
|
||||||
"image_url_post_params": "encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}",
|
"image_url_post_params": "encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}",
|
||||||
|
"side_search_param": "sidesearch",
|
||||||
"alternate_urls": [
|
"alternate_urls": [
|
||||||
"{google:baseURL}#q={searchTerms}",
|
"{google:baseURL}#q={searchTerms}",
|
||||||
"{google:baseURL}search#q={searchTerms}",
|
"{google:baseURL}search#q={searchTerms}",
|
||||||
|
|
Loading…
Reference in a new issue