mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
* chore: Implement settings dump schema to update firefox remote services data, b=no-bug, c=configs, scripts * feat: Also update with timestamps, b=no-bug, c=configs, scripts * chore: Move JSON with comments to a new module, b=no-bug, c=scripts, tests --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
21 lines
576 B
JSON
21 lines
576 B
JSON
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
{
|
|
"remove": {
|
|
"identifiers": [
|
|
// Firefox adds Perplexity by default, we don't want it as
|
|
// its not very privacy focused.
|
|
"perplexity",
|
|
|
|
// These are not search engines, Firefox adds them by default
|
|
// but we don't want them.
|
|
"wikipedia",
|
|
"wikipedia-*",
|
|
"ebay",
|
|
"ebay-*"
|
|
]
|
|
},
|
|
"timestamp": 1765455207275
|
|
}
|