diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-10-05 07:13:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 07:13:58 +0800 |
commit | e4fc96c503082938e5099c017dabe958847cbdb0 (patch) | |
tree | 3fa32951862f8b45c165548403ee495a3623de13 /app/manifest.json | |
parent | 3ad976570b0c3fa64d16d04fec5a85625b30176c (diff) | |
parent | 3791647ced5c10d1a9e67fd0ac55b38e06372b3c (diff) | |
download | tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.tar tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.tar.gz tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.tar.bz2 tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.tar.lz tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.tar.xz tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.tar.zst tangerine-wallet-browser-e4fc96c503082938e5099c017dabe958847cbdb0.zip |
Merge branch 'master' into AddAnnouncerScript
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index d6738a5fa..6f0eacf77 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -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": [ |