diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/app/manifest.json b/app/manifest.json index 50b7e3c53..fd6a40e0e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.8.0", + "version": "4.9.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -59,10 +59,16 @@ "unlimitedStorage", "clipboardWrite", "http://localhost:8545/", - "https://*.infura.io/" + "https://*.infura.io/", + "activeTab", + "webRequest", + "*://*.eth/", + "*://*.test/", + "notifications" ], "web_accessible_resources": [ - "inpage.js" + "inpage.js", + "phishing.html" ], "externally_connectable": { "matches": [ @@ -72,4 +78,4 @@ "*" ] } -}
\ No newline at end of file +} |