2019-09-20 12:45:58 +02:00
|
|
|
{
|
2020-07-12 03:26:48 +02:00
|
|
|
"name": "__MSG_extensionName__",
|
|
|
|
"description": "__MSG_extensionDescription__",
|
2022-02-27 18:19:09 +01:00
|
|
|
"version": "1.4.4",
|
2019-09-20 12:45:58 +02:00
|
|
|
"manifest_version": 2,
|
|
|
|
"background": {
|
2021-01-11 07:46:00 +01:00
|
|
|
"page": "pages/background/background.html",
|
2019-10-07 13:59:31 +02:00
|
|
|
"persistent": true
|
2019-09-20 12:45:58 +02:00
|
|
|
},
|
2020-07-12 03:26:48 +02:00
|
|
|
"default_locale": "en",
|
2019-09-20 12:45:58 +02:00
|
|
|
"icons": {
|
2022-02-19 18:32:31 +01:00
|
|
|
"16": "assets/images/libredirect.png",
|
|
|
|
"32": "assets/images/libredirect.png",
|
|
|
|
"48": "assets/images/libredirect.png",
|
|
|
|
"128": "assets/images/libredirect.png"
|
2019-09-20 12:45:58 +02:00
|
|
|
},
|
2021-10-21 19:37:28 +02:00
|
|
|
"permissions": [
|
|
|
|
"storage",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"<all_urls>"
|
|
|
|
],
|
2019-09-29 15:04:24 +02:00
|
|
|
"browser_action": {
|
2022-01-26 09:10:47 +01:00
|
|
|
"default_title": "LibRedirect",
|
2022-01-30 13:38:55 +01:00
|
|
|
"browser_style": false,
|
2021-01-11 07:46:00 +01:00
|
|
|
"default_popup": "pages/popup/popup.html",
|
2019-09-29 15:04:24 +02:00
|
|
|
"default_icon": {
|
2022-02-19 18:32:31 +01:00
|
|
|
"16": "assets/images/libredirect.png",
|
|
|
|
"32": "assets/images/libredirect.png",
|
|
|
|
"48": "assets/images/libredirect.png",
|
|
|
|
"128": "assets/images/libredirect.png"
|
2019-09-29 15:04:24 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"options_ui": {
|
2022-02-04 16:48:24 +01:00
|
|
|
"page": "pages/options/general/general.html",
|
2022-01-30 13:38:55 +01:00
|
|
|
"browser_style": false,
|
2022-01-29 23:34:33 +01:00
|
|
|
"open_in_tab": true
|
2019-10-07 13:59:31 +02:00
|
|
|
},
|
2021-10-21 19:37:28 +02:00
|
|
|
"web_accessible_resources": [
|
2022-02-04 21:07:47 +01:00
|
|
|
"assets/javascripts/helpers/youtube/invidious-cookies.js"
|
2022-02-27 15:59:40 +01:00
|
|
|
]
|
2022-02-26 09:29:51 +01:00
|
|
|
}
|