aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
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..c1b9ee817 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+Alt+M",
+ "mac": "Command+Alt+M",
+ "chromeos": "Ctrl+Alt+M",
+ "linux": "Ctrl+Alt+M"
+ }
+ }
+ },
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"