diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index 50b7e3c53..a226adfb0 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -59,7 +59,10 @@ "unlimitedStorage", "clipboardWrite", "http://localhost:8545/", - "https://*.infura.io/" + "https://*.infura.io/", + "activeTab", + "webRequest", + "*://*.eth/" ], "web_accessible_resources": [ "inpage.js" @@ -72,4 +75,4 @@ "*" ] } -}
\ No newline at end of file +} |