diff options
build overhaul + basic structure
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index bc7518691..3a5456cce 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "0.0.17", + "version": "0.0.49", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { @@ -19,8 +19,7 @@ "19": "images/icon-19.png", "38": "images/icon-38.png" }, - "default_title": "metamask", - "default_popup": "popup.html" + "default_title": "metamask" }, "content_scripts": [ { @@ -35,6 +34,9 @@ "all_frames": false } ], + "permissions": [ + "storage" + ], "web_accessible_resources": [ "scripts/web3.js" ] |