2015-02-09 05:27:43 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
2015-04-18 19:09:49 +02:00
|
|
|
"name": "uBlock Origin",
|
2016-02-22 15:01:37 +01:00
|
|
|
"version": "1.6.3",
|
2015-02-09 05:27:43 +01:00
|
|
|
|
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_extShortDesc__",
|
|
|
|
"icons": {
|
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"128": "img/icon_128.png"
|
|
|
|
},
|
|
|
|
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
2015-05-22 14:05:55 +02:00
|
|
|
"19": "img/browsericons/icon19.png",
|
|
|
|
"38": "img/browsericons/icon19.png"
|
2015-02-09 05:27:43 +01:00
|
|
|
},
|
2015-04-18 19:09:49 +02:00
|
|
|
"default_title": "uBlock Origin",
|
2015-02-09 05:27:43 +01:00
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
|
2015-04-18 19:09:49 +02:00
|
|
|
"author": "All uBlock Origin contributors",
|
2015-02-09 05:27:43 +01:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"js": ["js/vapi-client.js", "js/contentscript-start.js"],
|
|
|
|
"run_at": "document_start",
|
|
|
|
"all_frames": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
|
|
|
"js": ["js/contentscript-end.js"],
|
|
|
|
"run_at": "document_end",
|
|
|
|
"all_frames": true
|
2015-03-16 18:33:56 +01:00
|
|
|
},
|
|
|
|
{
|
2016-01-11 15:12:06 +01:00
|
|
|
"matches": ["http://*/*", "https://*/*"],
|
2015-11-20 14:47:29 +01:00
|
|
|
"js": ["js/scriptlets/subscriber.js"],
|
|
|
|
"run_at": "document_idle",
|
|
|
|
"all_frames": false
|
2015-02-09 05:27:43 +01:00
|
|
|
}
|
|
|
|
],
|
2015-04-18 19:09:49 +02:00
|
|
|
"incognito": "split",
|
2015-02-09 21:23:27 +01:00
|
|
|
"minimum_chrome_version": "22.0",
|
2015-02-09 05:27:43 +01:00
|
|
|
"options_page": "dashboard.html",
|
|
|
|
"permissions": [
|
|
|
|
"contextMenus",
|
2015-06-08 14:08:04 +02:00
|
|
|
"privacy",
|
2015-02-09 05:27:43 +01:00
|
|
|
"storage",
|
|
|
|
"tabs",
|
2015-04-18 19:09:49 +02:00
|
|
|
"unlimitedStorage",
|
2015-02-09 05:27:43 +01:00
|
|
|
"webNavigation",
|
|
|
|
"webRequest",
|
2015-04-18 19:09:49 +02:00
|
|
|
"webRequestBlocking",
|
2015-02-09 05:27:43 +01:00
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
2015-03-22 21:16:27 +01:00
|
|
|
],
|
2015-04-30 13:50:42 +02:00
|
|
|
"short_name": "uBlock₀"
|
2015-02-09 05:27:43 +01:00
|
|
|
}
|