Skip to content

Commit

Permalink
Expose chrome.braveShields to brave-extension only
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Aug 6, 2018
1 parent ab75711 commit 9b2000c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/extensions/api/_api_features.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// 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 whitelist ID: echo -n mnojpmjdmbbfmejpflffifhffcmidifd | openssl sha1

{
"braveShields": {
"channel": "stable",
"dependencies": [],
"contexts": ["blessed_extension"]
"contexts": ["blessed_extension"],
"whitelist": [
"A321D47A2B4CA86898167A55CA8B2E02385EA7CD"
]
},
"topSites": [{
"dependencies": ["permission:topSites"],
Expand Down

0 comments on commit 9b2000c

Please sign in to comment.