mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add shortcut for opening MetaMask.
This commit is contained in:
parent
a0c7b0b1a2
commit
9328e96d80
@ -4,6 +4,16 @@
|
|||||||
"version": "2.9.0",
|
"version": "2.9.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
"commands": {
|
||||||
|
"_execute_browser_action": {
|
||||||
|
"suggested_key": {
|
||||||
|
"windows": "Ctrl+M",
|
||||||
|
"mac": "Command+M",
|
||||||
|
"chromeos": "Ctrl+M",
|
||||||
|
"linux": "Ctrl+M"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/icon-16.png",
|
"16": "images/icon-16.png",
|
||||||
"128": "images/icon-128.png"
|
"128": "images/icon-128.png"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user