1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

interim version for dev build

This commit is contained in:
gorhill 2015-04-05 10:40:58 -04:00
parent c5b7f3c0b5
commit 6eb6d2b01d

View File

@ -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