diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /browser/components/search/extensions/yandex/manifest.json | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/search/extensions/yandex/manifest.json')
-rw-r--r-- | browser/components/search/extensions/yandex/manifest.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/browser/components/search/extensions/yandex/manifest.json b/browser/components/search/extensions/yandex/manifest.json new file mode 100644 index 0000000000..e00bdc3e25 --- /dev/null +++ b/browser/components/search/extensions/yandex/manifest.json @@ -0,0 +1,62 @@ +{ + "name": "__MSG_extensionName__", + "description": "__MSG_extensionDescription__", + "manifest_version": 2, + "version": "1.3", + "browser_specific_settings": { + "gecko": { + "id": "yandex@search.mozilla.org" + } + }, + "hidden": true, + "default_locale": "en", + "icons": { + "16": "__MSG_extensionIcon__" + }, + "web_accessible_resources": [ + "yandex-en.ico", + "yandex-ru.ico" + ], + "chrome_settings_overrides": { + "search_provider": { + "keyword": ["@\u044F\u043D\u0434\u0435\u043A\u0441", "@yandex"], + "name": "__MSG_extensionName__", + "search_url": "__MSG_searchUrl__", + "search_form": "__MSG_searchForm__", + "suggest_url": "__MSG_suggestUrl__", + "params": [ + { + "name": "clid", + "condition": "purpose", + "purpose": "searchbar", + "value": "__MSG_param_searchbar__" + }, + { + "name": "clid", + "condition": "purpose", + "purpose": "keyword", + "value": "__MSG_param_keyword__" + }, + { + "name": "clid", + "condition": "purpose", + "purpose": "contextmenu", + "value": "__MSG_param_contextmenu__" + }, + { + "name": "clid", + "condition": "purpose", + "purpose": "homepage", + "value": "__MSG_param_homepage__" + }, + { + "name": "clid", + "condition": "purpose", + "purpose": "newtab", + "value": "__MSG_param_newtab__" + } + ], + "search_url_get_params": "__MSG_searchUrlGetParams__" + } + } +} |