diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/manifest.json b/app/manifest.json index 7bf757d4c..1eaf6f26a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.0", + "version": "3.9.2", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", @@ -52,11 +52,6 @@ ], "run_at": "document_start", "all_frames": true - }, - { - "run_at": "document_start", - "matches": ["http://*/*", "https://*/*"], - "js": ["scripts/blacklister.js"] } ], "permissions": [ |