diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-08-24 07:53:05 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-08-24 07:53:05 +0800 |
commit | 9328e96d8084b8bd6bc8e6486809da94883754a5 (patch) | |
tree | 4f179368f1583a10eab28163ed636b52822edbf9 /app/manifest.json | |
parent | a0c7b0b1a224c71091bdc221e0e6ad3c2550ee2e (diff) | |
download | tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar.gz tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar.bz2 tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar.lz tangerine-wallet-browser-9328e96d8084b8bd6bc8e6486809da94883754a5.tar.xz 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.json | 10 |
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" |