aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json
index d3d20dd82..02cd38c8c 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -37,7 +37,10 @@
],
"permissions": [
"storage",
- "tabs"
+ "tabs",
+ "webRequest",
+ "webRequestBlocking",
+ "http://localhost:8545/"
],
"web_accessible_resources": [
"scripts/inpage.js"