diff options
Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into kumavis-patch-1
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/manifest.json b/app/manifest.json index e5e08c4b6..95475ddf1 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,15 +1,16 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.9.2", + "version": "3.2.2", "manifest_version": 2, + "author": "https://metamask.io", "description": "Ethereum Browser Extension", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+M", "mac": "Alt+Shift+M", - "chromeos": "Search+M", + "chromeos": "Alt+Shift+M", "linux": "Alt+Shift+M" } } @@ -28,7 +29,8 @@ "scripts": [ "scripts/chromereload.js", "scripts/background.js" - ] + ], + "persistent": true }, "browser_action": { "default_icon": { @@ -53,9 +55,8 @@ } ], "permissions": [ - "notifications", "storage", - "tabs", + "clipboardWrite", "http://localhost:8545/" ], "web_accessible_resources": [ |