2014-06-24 00:42:43 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2014-11-16 03:21:13 +01:00
|
|
|
"name": "µBlock",
|
2015-01-19 04:26:07 +01:00
|
|
|
"version": "0.8.5.7",
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2014-11-16 03:21:13 +01:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_extShortDesc__",
|
2014-06-24 00:42:43 +02:00
|
|
|
"icons": {
|
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"128": "img/icon_128.png"
|
|
|
|
},
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2014-11-16 03:21:13 +01:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
|
|
|
"19": "img/browsericons/icon19-off.png",
|
|
|
|
"38": "img/browsericons/icon38-off.png"
|
|
|
|
},
|
|
|
|
"default_title": "µBlock",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2014-11-16 03:21:13 +01:00
|
|
|
"author": "Raymond Hill",
|
2014-10-17 21:44:19 +02:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"js": ["js/vapi-client.js", "js/contentscript-start.js"],
|
|
|
|
"run_at": "document_start",
|
|
|
|
"all_frames": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"js": ["js/contentscript-end.js"],
|
|
|
|
"run_at": "document_end",
|
|
|
|
"all_frames": true
|
|
|
|
}
|
|
|
|
],
|
2014-11-16 03:21:13 +01:00
|
|
|
"minimum_chrome_version": "22.0",
|
|
|
|
"options_page": "dashboard.html",
|
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"unlimitedStorage",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
|
|
|
]
|
2014-10-17 21:44:19 +02:00
|
|
|
}
|