2018-08-25 23:47:12 +02:00
|
|
|
{
|
2018-03-24 19:30:18 +01:00
|
|
|
"manifest_version": 2,
|
|
|
|
"icons": {
|
2019-01-22 19:39:15 +01:00
|
|
|
"48": "icon/48.png",
|
|
|
|
"128": "icon/128.png",
|
|
|
|
"150": "icon/150.png",
|
|
|
|
"176": "icon/176.png",
|
|
|
|
"512": "icon/512.png"
|
2018-03-24 19:30:18 +01:00
|
|
|
},
|
|
|
|
"default_locale": "en",
|
2018-05-28 14:44:43 +02:00
|
|
|
"name": "Universal Bypass",
|
2018-03-24 19:30:18 +01:00
|
|
|
"description": "__MSG_appDesc__",
|
|
|
|
"homepage_url": "https://universal-bypass.org/",
|
2020-01-26 16:14:53 +01:00
|
|
|
"version": "12.6",
|
2018-10-08 16:26:22 +02:00
|
|
|
"author": "Tim \"timmyRS\" Speckhals",
|
2018-03-26 10:37:43 +02:00
|
|
|
"permissions": [
|
2019-12-20 14:07:40 +01:00
|
|
|
"alarms",
|
2018-07-03 10:18:59 +02:00
|
|
|
"storage",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
2018-07-03 23:52:38 +02:00
|
|
|
"<all_urls>"
|
2018-03-26 10:37:43 +02:00
|
|
|
],
|
2019-01-17 16:04:45 +01:00
|
|
|
"options_ui": {
|
|
|
|
"page": "html/options.html",
|
|
|
|
"open_in_tab": true
|
|
|
|
},
|
2018-03-24 19:30:18 +01:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": {
|
2019-01-22 19:39:15 +01:00
|
|
|
"48": "icon/48.png",
|
|
|
|
"128": "icon/128.png",
|
|
|
|
"150": "icon/150.png",
|
|
|
|
"176": "icon/176.png",
|
|
|
|
"512": "icon/512.png"
|
2018-03-24 19:30:18 +01:00
|
|
|
},
|
2019-01-11 19:28:26 +01:00
|
|
|
"default_popup": "html/options.html"
|
2018-03-24 19:30:18 +01:00
|
|
|
},
|
|
|
|
"background": {
|
2019-02-04 00:57:29 +01:00
|
|
|
"scripts": ["background.js"]
|
2018-03-24 19:30:18 +01:00
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
2018-12-05 09:04:17 +01:00
|
|
|
"matches": ["<all_urls>"],
|
|
|
|
"js": ["content_script.js"],
|
2018-03-24 19:30:18 +01:00
|
|
|
"run_at": "document_start"
|
|
|
|
}
|
2018-10-07 21:33:44 +02:00
|
|
|
],
|
2020-01-26 14:35:57 +01:00
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "firefox@universal-bypass.org"
|
|
|
|
}
|
|
|
|
},
|
2018-10-07 21:33:44 +02:00
|
|
|
"web_accessible_resources": [
|
2018-12-30 12:25:26 +01:00
|
|
|
"html/before-navigate.html",
|
2018-10-07 21:33:44 +02:00
|
|
|
"html/blocked.html",
|
2018-11-09 15:00:05 +01:00
|
|
|
"html/crowd-bypassed.html",
|
|
|
|
"html/firstrun.html",
|
2019-08-19 21:57:38 +02:00
|
|
|
"html/firstrun-noscript.html",
|
2019-10-13 07:20:33 +02:00
|
|
|
"html/options.html",
|
|
|
|
"icon/48.png"
|
2018-03-24 19:30:18 +01:00
|
|
|
]
|
2018-11-09 15:00:05 +01:00
|
|
|
}
|