Update prepopulated_engines.json

This commit is contained in:
Alexander David Frick 2022-03-01 06:05:45 -06:00 committed by GitHub
parent 0478b7070c
commit 15946df451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}",