-
Notifications
You must be signed in to change notification settings - Fork 905
/
Copy path_api_features.json
136 lines (135 loc) · 4.12 KB
/
_api_features.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
// 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/*"
]
}],
"bookmarks": [{
"dependencies": ["permission:bookmarks"],
"contexts": ["blessed_extension"],
"default_parent": true
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://bookmarks/*"
],
"default_parent": true
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}],
"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/*"
]
}
],
"rewardsNotifications": {
"channel": "stable",
"dependencies": [],
"contexts": ["blessed_extension"],
"allowlist": [
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64"
]
},
"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/*"
]
}],
"greaselion": [{
"channel": "stable",
"contexts": ["blessed_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD", // braveShields
"46E9817CBF915C0D1F6BCCF916C42CC666FF1D64" // braveRewards
]
}, {
"channel": "stable",
"contexts": ["webui"],
"matches": [
"chrome://newtab/*"
]
}],
"braveToday": {
"channel": "stable",
"contexts": ["blessed_extension"],
"allowlist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD" // brave
]
}
}