2014-06-23 16:42:43 -06:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2014-10-17 13:44:19 -06:00
|
|
|
|
2015-04-14 14:55:05 -06:00
|
|
|
"name": "uBlock Origin",
|
2018-02-21 05:19:38 -07:00
|
|
|
"version": "1.15.11.0",
|
2014-10-17 13:44:19 -06:00
|
|
|
|
2017-05-27 09:51:24 -06:00
|
|
|
"commands": {
|
|
|
|
"launch-element-zapper": {
|
|
|
|
"description": "__MSG_popupTipZapper__"
|
|
|
|
},
|
|
|
|
"launch-element-picker": {
|
|
|
|
"description": "__MSG_popupTipPicker__"
|
2017-05-28 07:40:26 -06:00
|
|
|
},
|
|
|
|
"launch-logger": {
|
|
|
|
"description": "__MSG_popupTipLog__"
|
2017-05-27 09:51:24 -06:00
|
|
|
}
|
|
|
|
},
|
2014-11-15 19:21:13 -07:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_extShortDesc__",
|
2014-06-23 16:42:43 -06:00
|
|
|
"icons": {
|
2015-02-06 05:56:59 -07:00
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"128": "img/icon_128.png"
|
2014-06-23 16:42:43 -06:00
|
|
|
},
|
2014-10-17 13:44:19 -06:00
|
|
|
|
2014-11-15 19:21:13 -07:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
2015-05-01 22:13:19 -06:00
|
|
|
"19": "img/browsericons/icon19.png",
|
|
|
|
"38": "img/browsericons/icon38.png"
|
2014-11-15 19:21:13 -07:00
|
|
|
},
|
2015-04-14 14:55:05 -06:00
|
|
|
"default_title": "uBlock Origin",
|
2014-11-15 19:21:13 -07:00
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
2014-10-17 13:44:19 -06:00
|
|
|
|
2015-04-15 10:00:13 -06:00
|
|
|
"author": "All uBlock Origin contributors",
|
2014-10-17 13:44:19 -06:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
2015-04-05 08:40:58 -06:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
2017-11-16 08:55:28 -07:00
|
|
|
"js": ["/js/vapi.js", "/js/vapi-client.js", "/js/contentscript.js"],
|
2014-10-17 13:44:19 -06:00
|
|
|
"run_at": "document_start",
|
|
|
|
"all_frames": true
|
|
|
|
},
|
2015-03-09 10:57:52 -06:00
|
|
|
{
|
2015-11-20 06:47:29 -07:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
2017-11-16 08:55:28 -07:00
|
|
|
"js": ["/js/scriptlets/subscriber.js"],
|
2015-11-20 06:47:29 -07:00
|
|
|
"run_at": "document_idle",
|
|
|
|
"all_frames": false
|
2014-10-17 13:44:19 -06:00
|
|
|
}
|
|
|
|
],
|
2015-04-09 20:05:08 -06:00
|
|
|
"incognito": "split",
|
2017-11-14 06:44:59 -07:00
|
|
|
"minimum_chrome_version": "45.0",
|
2016-09-09 15:44:54 -06:00
|
|
|
"optional_permissions": [ "file:///*" ],
|
2014-11-15 19:21:13 -07:00
|
|
|
"options_page": "dashboard.html",
|
2015-02-06 08:30:22 -07:00
|
|
|
"options_ui": {
|
|
|
|
"page": "options_ui.html"
|
|
|
|
},
|
2014-11-15 19:21:13 -07:00
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
2015-05-30 04:49:38 -06:00
|
|
|
"privacy",
|
2014-11-15 19:21:13 -07:00
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"unlimitedStorage",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
2017-03-25 07:18:19 -06:00
|
|
|
"<all_urls>"
|
2015-03-21 15:41:00 -06:00
|
|
|
],
|
2015-10-21 09:53:03 -06:00
|
|
|
"short_name": "uBlock₀",
|
|
|
|
"storage": {
|
|
|
|
"managed_schema": "managed_storage.json"
|
2018-02-15 15:25:38 -07:00
|
|
|
},
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"/web_accessible_resources/*"
|
|
|
|
]
|
2015-02-05 17:34:53 -07:00
|
|
|
}
|