2019-09-20 12:45:58 +02:00
|
|
|
{
|
2022-03-03 17:54:48 +01:00
|
|
|
"name": "LibRedirect",
|
2022-03-04 19:49:09 +01:00
|
|
|
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
|
2022-03-09 21:01:07 +01:00
|
|
|
"version": "1.5.0",
|
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
|
|
|
},
|
|
|
|
"icons": {
|
2022-02-27 21:34:40 +01:00
|
|
|
"16": "assets/images/libredirect-16.png",
|
|
|
|
"32": "assets/images/libredirect-32.png",
|
|
|
|
"48": "assets/images/libredirect-48.png",
|
|
|
|
"128": "assets/images/libredirect-128.png"
|
2019-09-20 12:45:58 +02:00
|
|
|
},
|
2021-10-21 19:37:28 +02:00
|
|
|
"permissions": [
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
2022-03-05 09:44:59 +01:00
|
|
|
"storage",
|
|
|
|
"cookies",
|
2021-10-21 19:37:28 +02:00
|
|
|
"<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-27 21:34:40 +01:00
|
|
|
"16": "assets/images/libredirect-16.png",
|
|
|
|
"32": "assets/images/libredirect-32.png",
|
|
|
|
"48": "assets/images/libredirect-48.png",
|
|
|
|
"128": "assets/images/libredirect-128.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-03-03 20:13:17 +01:00
|
|
|
"assets/javascripts/helpers/youtube/piped-preferences.js",
|
2022-03-10 12:22:23 +01:00
|
|
|
"/assets/javascripts/helpers/translate/lingva-preferences.js"
|
2022-03-07 20:24:57 +01:00
|
|
|
],
|
|
|
|
"chrome_settings_overrides": {
|
|
|
|
"homepage": "https://libredirect.onion",
|
|
|
|
"search_provider": {
|
|
|
|
"name": "LibRedirect",
|
|
|
|
"keyword": "libredirect.onion",
|
|
|
|
"search_url": "https://libredirect.onion/?q={searchTerms}",
|
|
|
|
"favicon_url": "assets/images/libredirect-16.png",
|
|
|
|
"encoding": "UTF-8",
|
|
|
|
"is_default": true
|
|
|
|
}
|
|
|
|
}
|
2022-02-26 09:29:51 +01:00
|
|
|
}
|