diff options
author | gorhill <rhill@raymondhill.net> | 2015-04-05 10:40:58 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-04-05 10:40:58 -0400 |
commit | 6eb6d2b01d3a15e54bee36a91fc9ed42815c5edd (patch) | |
tree | e04d6819585e185768dd6bd6ab7c7dad378d4d43 /platform | |
parent | c5b7f3c0b551818122a8339cc0c50d27432dcde4 (diff) | |
download | uBlock-6eb6d2b01d3a15e54bee36a91fc9ed42815c5edd.zip uBlock-6eb6d2b01d3a15e54bee36a91fc9ed42815c5edd.tar.gz uBlock-6eb6d2b01d3a15e54bee36a91fc9ed42815c5edd.tar.bz2 |
interim version for dev build
Diffstat (limited to 'platform')
-rw-r--r-- | platform/chromium/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 6b655eb..6d8857a 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock", - "version": "0.9.3.0", + "version": "0.9.3.1", "default_locale": "en", "description": "__MSG_extShortDesc__", @@ -26,13 +26,13 @@ }, "content_scripts": [ { - "matches": ["http://*/*", "https://*/*", "file:///*"], + "matches": ["http://*/*", "https://*/*"], "js": ["js/vapi-client.js", "js/contentscript-start.js"], "run_at": "document_start", "all_frames": true }, { - "matches": ["http://*/*", "https://*/*", "file:///*"], + "matches": ["http://*/*", "https://*/*"], "js": ["js/contentscript-end.js"], "run_at": "document_end", "all_frames": true |