diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index ed1d68190..269e88e64 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -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": [ |