Files
brave-core/common/extensions/api/_api_features.json
T
2022-07-19 15:01:15 +09:00

184 lines
5.5 KiB
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/.
// 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:]'
// ipfs-companion 780BF954C0F7C586EA9662D4F967771F49CC2114: echo -n nibjojkomfdiaoajekhjakgkdhaomnch | openssl sha1 | tr '[:lower:]' '[:upper:]'
// ipfs-companion-beta FF32507DC3DB5DFFD1D6733187C84D4B74713D63: echo -n hjoieblefckbooibpepigmacodalfndh | openssl sha1 | tr '[:lower:]' '[:upper:]'
{
"braveShields": {
"channel": "stable",
"dependencies": [],
"contexts": ["blessed_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD"
]
},
"topSites": [{
"dependencies": ["permission:topSites"],
"contexts": ["blessed_extension"]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}],
"bookmarkManagerPrivate": [{
"dependencies": ["permission:bookmarkManagerPrivate"],
"contexts": ["blessed_extension"],
"default_parent": true
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://bookmarks/*",
"chrome://read-later.top-chrome/*",
"chrome://sidebar-bookmarks.top-chrome/*"
]
}],
"bookmarks": [{
"dependencies": ["permission:bookmarks"],
"contexts": ["blessed_extension"],
"default_parent": true
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://bookmarks/*",
"chrome://read-later.top-chrome/*",
"chrome://sidebar-bookmarks.top-chrome/*"
],
"default_parent": true
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}],
"tabs": [{
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"],
"contexts": ["blessed_extension"],
"default_parent": true
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://bookmarks/*",
"chrome://read-later.top-chrome/*",
"chrome://tab-strip/*",
"chrome://wallet-panel.top-chrome/*",
"chrome://wallet/*",
"chrome://brave-shields.top-chrome/*",
"chrome://rewards-panel.top-chrome/*"
]
}, {
"channel": "stable",
"contexts": ["webui_untrusted"],
"matches": [
"chrome-untrusted://crosh/*",
"chrome-untrusted://terminal/*"
],
"platforms": ["chromeos"]
}],
"extension.inIncognitoContext": [{
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}],
"sockets.tcp": {
"dependencies": ["manifest:sockets"],
"contexts": ["blessed_extension"],
"allowlist": ["3D9518A72EB02667A773B69DBA9E72E0F4A37423", "780BF954C0F7C586EA9662D4F967771F49CC2114", "FF32507DC3DB5DFFD1D6733187C84D4B74713D63"]
},
"sockets.tcpServer": {
"dependencies": ["manifest:sockets"],
"contexts": ["blessed_extension"],
"allowlist": ["3D9518A72EB02667A773B69DBA9E72E0F4A37423", "780BF954C0F7C586EA9662D4F967771F49CC2114", "FF32507DC3DB5DFFD1D6733187C84D4B74713D63"]
},
"sockets.udp": {
"dependencies": ["manifest:sockets"],
"contexts": ["blessed_extension"],
"allowlist": ["3D9518A72EB02667A773B69DBA9E72E0F4A37423", "780BF954C0F7C586EA9662D4F967771F49CC2114", "FF32507DC3DB5DFFD1D6733187C84D4B74713D63"]
},
"braveRewards": [
{
"channel": "stable",
"dependencies": [],
"contexts": ["blessed_extension"],
"allowlist": [
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64"
]
},
{
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*",
"chrome://rewards/*",
"chrome://rewards-panel.top-chrome/*",
"chrome://settings/*"
]
}
],
"rewardsNotifications": [{
"channel": "stable",
"dependencies": [],
"contexts": ["blessed_extension"],
"allowlist": [
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64"
]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://rewards-panel.top-chrome/*"
]
}],
"braveTheme": [{
"channel": "stable",
"contexts": ["blessed_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",
"contexts": ["blessed_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD", // braveShields
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64" // braveRewards
]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}]
}