From 6eb6d2b01d3a15e54bee36a91fc9ed42815c5edd Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 5 Apr 2015 10:40:58 -0400 Subject: [PATCH] interim version for dev build --- platform/chromium/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 6b655eb53..6d8857a39 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