Update prepopulated_engines.json

This commit is contained in:
Alexander David Frick 2022-08-20 20:34:57 -05:00 committed by GitHub
parent 34e6578c03
commit 0c5e6e9bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
// Copyright 2022 The Chromium Authors and Alex313031. All rights reserved.
// Copyright 2022 The Chromium Authors and Alex313031 and tomByrer. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@ -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": 102,
"kMaxPrepopulatedEngineID": 103,
// 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": 134
"kCurrentDataVersion": 135
},
// The following engines are included in country lists and are added to the
@ -71,6 +71,16 @@
"type": "SEARCH_ENGINE_BING",
"id": 3
},
"brave": {
"name": "Brave",
"keyword": "brave.com",
"favicon_url": "https://brave.com/static-assets/images/brave-favicon.png",
"search_url": "https://search.brave.com/search?q={searchTerms}",
"suggest_url": "https://search.brave.com/api/suggest?q={searchTerms}",
"type": "SEARCH_ENGINE_BRAVE",
"id": 103
},
"coccoc": {
"name": "Cốc Cốc",