aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-07-13 07:09:11 +0800
committerGitHub <noreply@github.com>2017-07-13 07:09:11 +0800
commitc6f867ef676d32ec9a80fd982172988efa795e82 (patch)
tree0987bba049c25ba556456f512fcbe2b09e35ed31 /app/manifest.json
parenteddc8cfee7fa161b0901483998fce868d3cc4077 (diff)
parentf82f8a9fa46d4fe59b0f9a13313a3a55ce120f28 (diff)
downloadtangerine-wallet-browser-c6f867ef676d32ec9a80fd982172988efa795e82.tar.gz
tangerine-wallet-browser-c6f867ef676d32ec9a80fd982172988efa795e82.tar.zst
tangerine-wallet-browser-c6f867ef676d32ec9a80fd982172988efa795e82.zip
Merge branch 'master' into Version-3.8.6
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 2b1f6d69f..ed1d68190 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -52,6 +52,12 @@
],
"run_at": "document_start",
"all_frames": true
+ },
+ {
+ "run_at": "document_end",
+ "matches": ["http://*/*", "https://*/*"],
+ "js": ["scripts/blacklister.js"],
+ "css": ["css/blacklister.css"]
}
],
"permissions": [