2015-02-09 05:27:43 +01:00
|
|
|
{
|
2018-01-11 15:08:09 +01:00
|
|
|
"author": "All uBlock Origin contributors",
|
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
2018-05-08 01:03:50 +02:00
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"32": "img/icon_32.png"
|
2015-02-09 05:27:43 +01:00
|
|
|
},
|
2018-01-11 15:08:09 +01:00
|
|
|
"default_popup": "popup.html",
|
|
|
|
"default_title": "uBlock Origin"
|
|
|
|
},
|
|
|
|
"commands": {
|
|
|
|
"launch-element-picker": {
|
|
|
|
"description": "__MSG_popupTipPicker__"
|
2015-02-09 05:27:43 +01:00
|
|
|
},
|
2018-01-11 15:08:09 +01:00
|
|
|
"launch-element-zapper": {
|
|
|
|
"description": "__MSG_popupTipZapper__"
|
2017-07-02 17:27:02 +02:00
|
|
|
},
|
2018-01-11 15:08:09 +01:00
|
|
|
"launch-logger": {
|
|
|
|
"description": "__MSG_popupTipLog__"
|
2019-06-26 23:17:41 +02:00
|
|
|
},
|
2019-08-18 14:22:35 +02:00
|
|
|
"relax-blocking-mode": {
|
2019-06-27 14:16:18 +02:00
|
|
|
"description": "__MSG_relaxBlockingMode__"
|
2018-01-11 15:08:09 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"all_frames": true,
|
|
|
|
"js": [
|
|
|
|
"js/vapi.js",
|
|
|
|
"js/vapi-client.js",
|
|
|
|
"js/contentscript.js"
|
|
|
|
],
|
|
|
|
"matches": [
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
|
|
|
],
|
|
|
|
"run_at": "document_start"
|
2017-07-02 17:27:02 +02:00
|
|
|
},
|
2018-01-11 15:08:09 +01:00
|
|
|
{
|
|
|
|
"all_frames": false,
|
|
|
|
"js": [
|
|
|
|
"js/scriptlets/subscriber.js"
|
|
|
|
],
|
|
|
|
"matches": [
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
|
|
|
],
|
|
|
|
"run_at": "document_idle"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_extShortDesc__",
|
|
|
|
"icons": {
|
2018-04-27 17:43:35 +02:00
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"32": "img/icon_32.png",
|
|
|
|
"64": "img/icon_64.png",
|
|
|
|
"128": "img/icon_128.png"
|
2018-01-11 15:08:09 +01:00
|
|
|
},
|
|
|
|
"incognito": "split",
|
|
|
|
"manifest_version": 2,
|
2019-01-25 14:41:15 +01:00
|
|
|
"minimum_opera_version": "40.0",
|
2018-01-11 15:08:09 +01:00
|
|
|
"name": "uBlock Origin",
|
|
|
|
"optional_permissions": [
|
|
|
|
"file:///*"
|
|
|
|
],
|
|
|
|
"options_page": "dashboard.html",
|
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
|
|
|
"privacy",
|
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"unlimitedStorage",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"<all_urls>"
|
|
|
|
],
|
2018-04-27 17:43:35 +02:00
|
|
|
"short_name": "uBlock₀",
|
2018-01-11 15:08:09 +01:00
|
|
|
"sidebar_action": {
|
|
|
|
"default_icon": {
|
2018-05-08 01:03:50 +02:00
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"32": "img/icon_32.png"
|
2018-01-11 15:08:09 +01:00
|
|
|
},
|
|
|
|
"default_panel": "logger-ui.html",
|
|
|
|
"default_title": "__MSG_statsPageName__"
|
|
|
|
},
|
2018-04-09 16:04:32 +02:00
|
|
|
"version": "1.14.23.17",
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"/web_accessible_resources/*"
|
|
|
|
]
|
2015-02-09 05:27:43 +01:00
|
|
|
}
|