aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-08-02 23:41:29 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-08-02 23:41:29 +0800
commit25cffd21f8defdf5a1bf139bdc2e3b1cfd08c220 (patch)
tree8e8f6225578722fb825ec0d98b2ff73b94f543d9 /app/manifest.json
parentece9200c72cd0b53ee237263933b2b9a24ae5802 (diff)
parentd15e402ed87bf7533250c49a7972a7b1a12c99c2 (diff)
downloadtangerine-wallet-browser-25cffd21f8defdf5a1bf139bdc2e3b1cfd08c220.tar.gz
tangerine-wallet-browser-25cffd21f8defdf5a1bf139bdc2e3b1cfd08c220.tar.zst
tangerine-wallet-browser-25cffd21f8defdf5a1bf139bdc2e3b1cfd08c220.zip
Merge branch 'master' into transactionControllerRefractor
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json
index eadd99590..591a07d0d 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.9.1",
+ "version": "3.9.2",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
@@ -55,8 +55,12 @@
},
{
"run_at": "document_start",
- "matches": ["http://*/*", "https://*/*"],
- "js": ["scripts/blacklister.js"]
+ "matches": [
+ "http://*/*",
+ "https://*/*"
+ ],
+ "js": ["scripts/blacklister.js"],
+ "all_frames": true
}
],
"permissions": [