diff options
author | Csaba Solya <csaba.solya@gmail.com> | 2018-07-20 04:34:06 +0800 |
---|---|---|
committer | Csaba Solya <csaba.solya@gmail.com> | 2018-07-20 04:34:06 +0800 |
commit | 6921f94bfe11e618dbe586e608a5b6aeaa8feadf (patch) | |
tree | 863eca1a81a22b46dc2ca4ccf5b0f97639b4025b /app/manifest.json | |
parent | 3784a7e2c852974315cfe17a68673938cf24a7fa (diff) | |
download | dexon-wallet-6921f94bfe11e618dbe586e608a5b6aeaa8feadf.tar.gz dexon-wallet-6921f94bfe11e618dbe586e608a5b6aeaa8feadf.tar.zst dexon-wallet-6921f94bfe11e618dbe586e608a5b6aeaa8feadf.zip |
initial test
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 b67cef02..52256c5b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -63,7 +63,8 @@ "activeTab", "webRequest", "*://*.eth/", - "*://*.test/" + "*://*.test/", + "notifications" ], "web_accessible_resources": [ "inpage.js" |