aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-24 07:53:05 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-24 07:53:05 +0800
commit9328e96d8084b8bd6bc8e6486809da94883754a5 (patch)
tree4f179368f1583a10eab28163ed636b52822edbf9 /app/manifest.json
parenta0c7b0b1a224c71091bdc221e0e6ad3c2550ee2e (diff)
downloadtangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar.gz
tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar.zst
tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.zip
Add shortcut for opening MetaMask.
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 09bc9eb37..99879eed3 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -4,6 +4,16 @@
"version": "2.9.0",
"manifest_version": 2,
"description": "Ethereum Browser Extension",
+ "commands": {
+ "_execute_browser_action": {
+ "suggested_key": {
+ "windows": "Ctrl+M",
+ "mac": "Command+M",
+ "chromeos": "Ctrl+M",
+ "linux": "Ctrl+M"
+ }
+ }
+ },
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"