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