1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge branch 'master' into PopupNotifications

This commit is contained in:
Dan Finlay 2016-08-24 15:03:09 -07:00
commit 4e34796983
2 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- Added static image as fallback for when WebGL isn't supported. - Added static image as fallback for when WebGL isn't supported.
- Transaction history now has a hard limit. - Transaction history now has a hard limit.
- Added info link on account screen that visits Etherscan. - Added info link on account screen that visits Etherscan.
- Added shortcut to open MetaMask (Ctrl+Alt+M or Cmd+Opt/Alt+M)
## 2.9.0 2016-08-22 ## 2.9.0 2016-08-22

View File

@ -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+Alt+M",
"mac": "Command+Alt+M",
"chromeos": "Ctrl+Alt+M",
"linux": "Ctrl+Alt+M"
}
}
},
"icons": { "icons": {
"16": "images/icon-16.png", "16": "images/icon-16.png",
"128": "images/icon-128.png" "128": "images/icon-128.png"