diff options
intercept xhrs for localhost:8545
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 5 |
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" |