mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
commit
88a51febfc
@ -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
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user