diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index a226adfb0..52256c5b7 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -62,7 +62,9 @@ "https://*.infura.io/", "activeTab", "webRequest", - "*://*.eth/" + "*://*.eth/", + "*://*.test/", + "notifications" ], "web_accessible_resources": [ "inpage.js" |