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",
|
2017-05-02 12:19:23 +02:00
|
|
|
"version": "1.12.3.2",
|
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": {
|
2015-05-02 06:13:19 +02:00
|
|
|
"19": "img/browsericons/icon19.png",
|
|
|
|
"38": "img/browsericons/icon38.png"
|
2014-11-16 03:21:13 +01:00
|
|
|
},
|
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://*/*"],
|
2016-06-28 01:09:04 +02:00
|
|
|
"js": ["js/vapi-client.js", "js/contentscript.js"],
|
2014-10-17 21:44:19 +02:00
|
|
|
"run_at": "document_start",
|
|
|
|
"all_frames": true
|
|
|
|
},
|
2015-03-09 17:57:52 +01:00
|
|
|
{
|
2015-11-20 14:47:29 +01:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"js": ["js/scriptlets/subscriber.js"],
|
|
|
|
"run_at": "document_idle",
|
|
|
|
"all_frames": false
|
2014-10-17 21:44:19 +02:00
|
|
|
}
|
|
|
|
],
|
2015-04-10 04:05:08 +02:00
|
|
|
"incognito": "split",
|
2016-07-12 02:33:07 +02:00
|
|
|
"minimum_chrome_version": "26.0",
|
2016-09-09 23:44:54 +02:00
|
|
|
"optional_permissions": [ "file:///*" ],
|
2014-11-16 03:21:13 +01:00
|
|
|
"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",
|
2015-05-30 12:49:38 +02:00
|
|
|
"privacy",
|
2014-11-16 03:21:13 +01:00
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"unlimitedStorage",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
2017-03-25 14:18:19 +01:00
|
|
|
"<all_urls>"
|
2015-03-21 22:41:00 +01:00
|
|
|
],
|
2015-10-21 17:53:03 +02:00
|
|
|
"short_name": "uBlock₀",
|
|
|
|
"storage": {
|
|
|
|
"managed_schema": "managed_storage.json"
|
|
|
|
}
|
2015-02-06 01:34:53 +01:00
|
|
|
}
|