2019-09-20 12:45:58 +02:00
|
|
|
{
|
2022-04-02 17:23:43 +02:00
|
|
|
"name": "__MSG_extensionName__",
|
|
|
|
"description": "__MSG_extensionDescription__",
|
2022-06-19 14:49:11 +02:00
|
|
|
"version": "2.2.1",
|
2019-09-20 12:45:58 +02:00
|
|
|
"manifest_version": 2,
|
2022-03-19 11:33:51 +01:00
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "7esoorv3@alefvanoon.anonaddy.me",
|
|
|
|
"strict_min_version": "67.0"
|
|
|
|
}
|
|
|
|
},
|
2019-09-20 12:45:58 +02:00
|
|
|
"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",
|
2022-05-19 09:39:41 +02:00
|
|
|
"unlimitedStorage",
|
2022-03-05 09:44:59 +01:00
|
|
|
"cookies",
|
2022-06-10 19:00:12 +02:00
|
|
|
"clipboardWrite",
|
2022-04-14 01:53:47 +02:00
|
|
|
"contextMenus",
|
2021-10-21 19:37:28 +02:00
|
|
|
"<all_urls>"
|
|
|
|
],
|
2019-09-29 15:04:24 +02:00
|
|
|
"browser_action": {
|
2022-04-02 17:23:43 +02:00
|
|
|
"default_title": "__MSG_extensionName__",
|
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-05-30 00:02:59 +02:00
|
|
|
"page": "pages/options/index.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
|
|
|
},
|
2022-03-07 20:24:57 +01:00
|
|
|
"chrome_settings_overrides": {
|
|
|
|
"search_provider": {
|
2022-04-02 17:23:43 +02:00
|
|
|
"name": "__MSG_extensionName__",
|
2022-03-12 15:16:22 +01:00
|
|
|
"keyword": "libredirect",
|
2022-03-12 16:01:26 +01:00
|
|
|
"favicon_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/assets/images/libredirect-16.png",
|
2022-05-21 15:38:28 +02:00
|
|
|
"search_url": "https://search.libredirect.invalid/?q={searchTerms}",
|
2022-03-12 15:16:22 +01:00
|
|
|
"encoding": "UTF-8",
|
|
|
|
"is_default": false
|
2022-03-07 20:24:57 +01:00
|
|
|
}
|
2022-03-15 19:55:03 +01:00
|
|
|
},
|
|
|
|
"commands": {
|
2022-03-18 23:19:46 +01:00
|
|
|
"switchInstance": {
|
2022-03-15 19:55:03 +01:00
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Shift+L"
|
|
|
|
},
|
2022-04-02 17:23:43 +02:00
|
|
|
"description": "__MSG_switchInstance__"
|
2022-05-21 00:46:47 +02:00
|
|
|
},
|
|
|
|
"copyRaw": {
|
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Shift+C"
|
|
|
|
},
|
2022-06-18 14:53:05 +02:00
|
|
|
"description": "Copies the original link. Ex: Copies the original twitter link while in the nitter website"
|
2022-05-21 00:46:47 +02:00
|
|
|
},
|
|
|
|
"unify": {
|
|
|
|
"suggested_key": {
|
|
|
|
"default": "Alt+Shift+U"
|
|
|
|
},
|
|
|
|
"description": "Copies the preferences (cookies, localStorage) from the current opened instance and copy them to all the other selected instances"
|
2022-03-15 19:55:03 +01:00
|
|
|
}
|
2022-03-19 10:00:57 +01:00
|
|
|
},
|
2022-04-02 17:23:43 +02:00
|
|
|
"default_locale": "en",
|
2022-03-24 19:08:46 +01:00
|
|
|
"update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml",
|
|
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAroWDSoSRZ1scj+eJRrvnhJbrqXTKnhQuxs6+AJg16sqr0bsMdFV+MSY4i4xnK+K5WOYkBliWXgUyk/wzicoAjOnSJddrL/Md4FuWHI2NVIkrlsLOrYkygi5OLqGPajRH/w8Cdmg7KzEpXe/OnYV0/qS8li8huEdTzdeLdhfbiVl1j3DOr4OJALQ7mPeeNFHFo/oVQ+OkSezWLezA5jUGfhtzPYV6u1TXzX7lCi8E/BbDbwkvvXOMcjXCv08kjdLOY2djCA2a6zr0xAb3q8DlexAMZ8vMof7AQRFtBKhLc9n9VFoipMMdBOVQQj/eIcRILBrmkcZNnJxFKiHNJ+NcZQIDAQAB"
|
2022-05-21 00:46:47 +02:00
|
|
|
}
|