We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab75711 commit 9b2000cCopy full SHA for 9b2000c
common/extensions/api/_api_features.json
@@ -1,12 +1,16 @@
1
// This Source Code Form is subject to the terms of the Mozilla Public
2
// License, v. 2.0. If a copy of the MPL was not distributed with this
3
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
+// Command to get whitelist ID: echo -n mnojpmjdmbbfmejpflffifhffcmidifd | openssl sha1
5
6
{
7
"braveShields": {
8
"channel": "stable",
9
"dependencies": [],
- "contexts": ["blessed_extension"]
10
+ "contexts": ["blessed_extension"],
11
+ "whitelist": [
12
+ "A321D47A2B4CA86898167A55CA8B2E02385EA7CD"
13
+ ]
14
},
15
"topSites": [{
16
"dependencies": ["permission:topSites"],
0 commit comments