diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-10-05 07:13:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 07:13:29 +0800 |
commit | 3791647ced5c10d1a9e67fd0ac55b38e06372b3c (patch) | |
tree | a2f991cbe1fb89d1c4b971b79cf946fbaf429b1c | |
parent | cfcae23a7d956cf559e7ed0eda510d90084899e7 (diff) | |
parent | 09983c9b03c738852b50aab9b7ad9ca81c59cdf2 (diff) | |
download | tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.tar tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.tar.gz tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.tar.bz2 tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.tar.lz tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.tar.xz tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.tar.zst tangerine-wallet-browser-3791647ced5c10d1a9e67fd0ac55b38e06372b3c.zip |
Merge pull request #700 from MetaMask/OperaCompatibility
Add Opera compatibility
-rw-r--r-- | app/images/icon-32.png | bin | 0 -> 1730 bytes | |||
-rw-r--r-- | app/images/icon-64.png | bin | 0 -> 3573 bytes | |||
-rw-r--r-- | app/manifest.json | 5 |
3 files changed, 3 insertions, 2 deletions
diff --git a/app/images/icon-32.png b/app/images/icon-32.png Binary files differnew file mode 100644 index 000000000..f801ebb6b --- /dev/null +++ b/app/images/icon-32.png diff --git a/app/images/icon-64.png b/app/images/icon-64.png Binary files differnew file mode 100644 index 000000000..b3019ad65 --- /dev/null +++ b/app/images/icon-64.png 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": [ |