diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-10-11 09:18:07 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-10-11 09:18:07 +0800 |
commit | 3a610f2c06b6222e97c90a2662830ce6768d877f (patch) | |
tree | 4da2f1a15731a27a27b4da0b579006e3d4e4138f /app/manifest.json | |
parent | e1b78da3e6b45037f8b9dacc4385c02c6c892f7c (diff) | |
parent | 0182f8a4e91b8a9b0951967d2c075955bfb4f24f (diff) | |
download | tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.tar tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.tar.gz tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.tar.bz2 tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.tar.lz tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.tar.xz tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.tar.zst tangerine-wallet-browser-3a610f2c06b6222e97c90a2662830ce6768d877f.zip |
Merge branch 'master' into i#495CustomGasField
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index 0db9b2b83..badeb7cb2 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.13.1", + "version": "2.13.3", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", @@ -10,7 +10,7 @@ "suggested_key": { "windows": "Alt+Shift+M", "mac": "Alt+Shift+M", - "chromeos": "Search+M", + "chromeos": "Alt+Shift+M", "linux": "Alt+Shift+M" } } @@ -55,9 +55,10 @@ } ], "permissions": [ - "notifications", "storage", "tabs", + "clipboardWrite", + "clipboardRead", "http://localhost:8545/" ], "web_accessible_resources": [ |