interim version for dev build

This commit is contained in:
gorhill 2015-04-05 10:40:58 -04:00
parent c5b7f3c0b5
commit 6eb6d2b01d
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "uBlock", "name": "uBlock",
"version": "0.9.3.0", "version": "0.9.3.1",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_extShortDesc__", "description": "__MSG_extShortDesc__",
@ -26,13 +26,13 @@
}, },
"content_scripts": [ "content_scripts": [
{ {
"matches": ["http://*/*", "https://*/*", "file:///*"], "matches": ["http://*/*", "https://*/*"],
"js": ["js/vapi-client.js", "js/contentscript-start.js"], "js": ["js/vapi-client.js", "js/contentscript-start.js"],
"run_at": "document_start", "run_at": "document_start",
"all_frames": true "all_frames": true
}, },
{ {
"matches": ["http://*/*", "https://*/*", "file:///*"], "matches": ["http://*/*", "https://*/*"],
"js": ["js/contentscript-end.js"], "js": ["js/contentscript-end.js"],
"run_at": "document_end", "run_at": "document_end",
"all_frames": true "all_frames": true