1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Add shortcut for opening MetaMask.

This commit is contained in:
Kevin Serrano 2016-08-23 16:53:05 -07:00
parent a0c7b0b1a2
commit 9328e96d80

View File

@ -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"