summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-06 13:31:30 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-06 13:31:30 +0200
commit93327f5274d3a081d56a41df0809f4c4e7535c99 (patch)
tree69543157f624db5dc9238451dacd268ea4f8bdb3 /manifest.json
parentdd2bd324918e7a2e70ba4532c78eb0e8b0543992 (diff)
downloadwallet-core-93327f5274d3a081d56a41df0809f4c4e7535c99.tar.gz
wallet-core-93327f5274d3a081d56a41df0809f4c4e7535c99.tar.bz2
wallet-core-93327f5274d3a081d56a41df0809f4c4e7535c99.zip
skeleton for webrequest
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 9874882d8..d885aebb0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -14,6 +14,8 @@
"permissions": [
"storage",
"tabs",
+ "webRequest",
+ "webRequestBlocking",
"http://*/*",
"https://*/*"
],