Merge pull request #1770 from MetaMask/Version-3.9.0

Version 3.9.0
This commit is contained in:
kumavis 2017-07-12 17:07:57 -07:00 committed by GitHub
commit 88a51febfc
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Current Master
## 3.9.0 2017-7-12
- Now detects and blocks known phishing sites.
## 3.8.6 2017-7-11

View File

@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
"version": "3.8.6",
"version": "3.9.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
@ -56,8 +56,7 @@
{
"run_at": "document_end",
"matches": ["http://*/*", "https://*/*"],
"js": ["scripts/blacklister.js"],
"css": ["css/blacklister.css"]
"js": ["scripts/blacklister.js"]
}
],
"permissions": [