2014-06-24 00:42:43 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2015-04-14 22:55:05 +02:00
|
|
|
"name": "uBlock Origin",
|
2015-04-25 14:29:19 +02:00
|
|
|
"version": "0.9.5.1",
|
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": {
|
2015-02-06 13:56:59 +01:00
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"128": "img/icon_128.png"
|
2014-06-24 00:42:43 +02:00
|
|
|
},
|
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"
|
|
|
|
},
|
2015-04-14 22:55:05 +02:00
|
|
|
"default_title": "uBlock Origin",
|
2014-11-16 03:21:13 +01:00
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
2014-10-17 21:44:19 +02:00
|
|
|
|
2015-04-15 18:00:13 +02:00
|
|
|
"author": "All uBlock Origin contributors",
|
2014-10-17 21:44:19 +02:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
2015-04-05 16:40:58 +02:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
2014-10-17 21:44:19 +02:00
|
|
|
"js": ["js/vapi-client.js", "js/contentscript-start.js"],
|
|
|
|
"run_at": "document_start",
|
|
|
|
"all_frames": true
|
|
|
|
},
|
|
|
|
{
|
2015-04-05 16:40:58 +02:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
2014-10-17 21:44:19 +02:00
|
|
|
"js": ["js/contentscript-end.js"],
|
|
|
|
"run_at": "document_end",
|
|
|
|
"all_frames": true
|
2015-03-09 17:57:52 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://*.adblockplus.org/*",
|
|
|
|
"https://*.adblockplus.me/*",
|
|
|
|
"https://www.fanboy.co.nz/*"
|
|
|
|
],
|
|
|
|
"js": ["js/subscriber.js"],
|
|
|
|
"run_at": "document_idle"
|
2014-10-17 21:44:19 +02:00
|
|
|
}
|
|
|
|
],
|
2015-04-10 04:05:08 +02:00
|
|
|
"incognito": "split",
|
2014-11-16 03:21:13 +01:00
|
|
|
"minimum_chrome_version": "22.0",
|
|
|
|
"options_page": "dashboard.html",
|
2015-02-06 16:30:22 +01:00
|
|
|
"options_ui": {
|
|
|
|
"page": "options_ui.html"
|
|
|
|
},
|
2014-11-16 03:21:13 +01:00
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"unlimitedStorage",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
2015-03-21 22:41:00 +01:00
|
|
|
],
|
2015-04-27 17:15:36 +02:00
|
|
|
"short_name": "uBlock₀"
|
2015-02-06 01:34:53 +01:00
|
|
|
}
|