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