mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 21:00:13 +01:00
commit
88a51febfc
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 3.9.0 2017-7-12
|
||||||
|
|
||||||
- Now detects and blocks known phishing sites.
|
- Now detects and blocks known phishing sites.
|
||||||
|
|
||||||
## 3.8.6 2017-7-11
|
## 3.8.6 2017-7-11
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.8.6",
|
"version": "3.9.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
@ -56,8 +56,7 @@
|
|||||||
{
|
{
|
||||||
"run_at": "document_end",
|
"run_at": "document_end",
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
"js": ["scripts/blacklister.js"],
|
"js": ["scripts/blacklister.js"]
|
||||||
"css": ["css/blacklister.css"]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
Loading…
Reference in New Issue
Block a user