aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-10-05 07:13:29 +0800
committerGitHub <noreply@github.com>2016-10-05 07:13:29 +0800
commit3791647ced5c10d1a9e67fd0ac55b38e06372b3c (patch)
treea2f991cbe1fb89d1c4b971b79cf946fbaf429b1c
parentcfcae23a7d956cf559e7ed0eda510d90084899e7 (diff)
parent09983c9b03c738852b50aab9b7ad9ca81c59cdf2 (diff)
downloadtangerine-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.pngbin0 -> 1730 bytes
-rw-r--r--app/images/icon-64.pngbin0 -> 3573 bytes
-rw-r--r--app/manifest.json5
3 files changed, 3 insertions, 2 deletions
diff --git a/app/images/icon-32.png b/app/images/icon-32.png
new file mode 100644
index 000000000..f801ebb6b
--- /dev/null
+++ b/app/images/icon-32.png
Binary files differ
diff --git a/app/images/icon-64.png b/app/images/icon-64.png
new file mode 100644
index 000000000..b3019ad65
--- /dev/null
+++ b/app/images/icon-64.png
Binary files differ
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": [