Files
brave-core/common/extensions/api/_api_features.json
T
Mikhail 76a5a4955e Content picker native inject (#25411)
* Introduce native content picker inject
2024-09-12 15:24:37 +07:00

92 lines
2.8 KiB
JSON

// Copyright (c) 2017 The Brave Authors. All rights reserved.
// 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 https://mozilla.org/MPL/2.0/.
// To change upstream features use //brave/chromium_src/... counterpart.
// Command to get allowlist ID:
// Brave Shields A321D47A2B4CA86898167A55CA8B2E02385EA7CD: echo -n mnojpmjdmbbfmejpflffifhffcmidifd | openssl sha1 | tr '[:lower:]' '[:upper:]'
// WebTorrent 3D9518A72EB02667A773B69DBA9E72E0F4A37423: echo -n lgjmpdmojkpocjcopdikifhejkkjglho | openssl sha1 | tr '[:lower:]' '[:upper:]'
{
"braveRewards": [
{
"channel": "stable",
"dependencies": [],
"component_extensions_auto_granted": false,
"contexts": ["privileged_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD", // braveShields
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64", // braveRewards
"21070F3D60711361C1210B870439BE49B5D995F4" // braveWallet
]
},
{
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*",
"chrome://rewards-panel.top-chrome/*",
"chrome://settings/*",
"chrome://wallet-panel.top-chrome/*",
"chrome://wallet/*"
]
}
],
"rewardsNotifications": [{
"channel": "stable",
"dependencies": [],
"component_extensions_auto_granted": false,
"contexts": ["privileged_extension"],
"allowlist": [
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64"
]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://rewards-panel.top-chrome/*"
]
}],
"braveTheme": [{
"channel": "stable",
"component_extensions_auto_granted": false,
"contexts": ["privileged_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD", // braveShields
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64", // braveRewards
"21070F3D60711361C1210B870439BE49B5D995F4" // braveWallet
]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://welcome/*",
"chrome://settings/*",
"chrome://newtab/*",
"chrome://webcompat/*",
"chrome://wallet/*",
"chrome://wallet-panel.top-chrome/*",
"chrome://brave-shields.top-chrome/*",
"chrome://rewards-panel.top-chrome/*",
"chrome://playlist/*"
]
}],
"greaselion": [{
"channel": "stable",
"component_extensions_auto_granted": false,
"contexts": ["privileged_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD", // braveShields
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64" // braveRewards
]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}]
}