2019-01-20 18:22:40 +01:00
|
|
|
{
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "uBlock0@raymondhill.net",
|
|
|
|
"strict_min_version": "65.0"
|
|
|
|
}
|
|
|
|
},
|
2020-01-30 18:46:54 +01:00
|
|
|
"author": "Raymond Hill & contributors",
|
2019-01-20 18:22:40 +01:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"browser_style": false,
|
|
|
|
"default_icon": {
|
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"32": "img/icon_32.png"
|
|
|
|
},
|
|
|
|
"default_title": "uBlock Origin",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*",
|
|
|
|
"file://*/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"/js/vapi.js",
|
|
|
|
"/js/vapi-client.js",
|
|
|
|
"/js/contentscript.js"
|
|
|
|
],
|
2020-07-19 15:06:19 +02:00
|
|
|
"all_frames": true,
|
|
|
|
"match_about_blank": true,
|
|
|
|
"run_at": "document_start"
|
2019-01-20 18:22:40 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"/js/scriptlets/subscriber.js"
|
|
|
|
],
|
|
|
|
"run_at": "document_idle",
|
|
|
|
"all_frames": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_extShortDesc__",
|
|
|
|
"icons": {
|
|
|
|
"16": "img/ublock.svg",
|
|
|
|
"48": "img/ublock.svg",
|
|
|
|
"96": "img/ublock.svg"
|
|
|
|
},
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "uBlock Origin",
|
|
|
|
"options_ui": {
|
|
|
|
"page": "dashboard.html",
|
|
|
|
"browser_style": false,
|
|
|
|
"open_in_tab": true
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"privacy",
|
|
|
|
"storage",
|
|
|
|
"tabs",
|
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"<all_urls>"
|
|
|
|
],
|
|
|
|
"short_name": "uBlock₀",
|
|
|
|
"version": "1.9.15.101",
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"/web_accessible_resources/*"
|
|
|
|
]
|
|
|
|
}
|