Skip to content

Commit 184184c

Browse files
irishroverZinovy Nis
andauthored
Introduce support for Yandex browser (#933)
See https://browser.yandex.com/ for details Co-authored-by: Zinovy Nis <[email protected]>
1 parent 27ae7df commit 184184c

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

quirks/web-browser-extension-distribution-information.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,90 @@
773773
"supported_store_identifiers": [
774774
1
775775
]
776+
},
777+
{
778+
"long_name": "Yandex Browser",
779+
"short_name": "Yandex Browser",
780+
"supported_platforms": [
781+
"Mac",
782+
"Windows",
783+
"Linux"
784+
],
785+
"platform_specific_information": {
786+
"Mac": {
787+
"bundle_identifier": "ru.yandex.desktop.yandex-browser",
788+
"code_signing_identifier": "ru.yandex.desktop.yandex-browser",
789+
"code_signing_team_identifier": "477EAT77S3",
790+
"extensions_install_path_relative_to_user_library_directory": "Application Support/Yandex/YandexBrowser/Default/Extensions"
791+
}
792+
},
793+
"supported_store_identifiers": [
794+
1,
795+
4
796+
]
797+
},
798+
{
799+
"long_name": "Yandex Browser Beta",
800+
"short_name": "Yandex Browser Beta",
801+
"supported_platforms": [
802+
"Mac",
803+
"Windows",
804+
"Linux"
805+
],
806+
"platform_specific_information": {
807+
"Mac": {
808+
"bundle_identifier": "ru.yandex.desktop.yandex-browser",
809+
"code_signing_identifier": "ru.yandex.desktop.yandex-browser",
810+
"code_signing_team_identifier": "477EAT77S3",
811+
"extensions_install_path_relative_to_user_library_directory": "Application Support/Yandex/YandexBrowser/Default/Extensions"
812+
}
813+
},
814+
"supported_store_identifiers": [
815+
1,
816+
4
817+
]
818+
},
819+
{
820+
"long_name": "Yandex Browser Dev",
821+
"short_name": "Yandex Browser Dev",
822+
"supported_platforms": [
823+
"Mac",
824+
"Windows",
825+
"Linux"
826+
],
827+
"platform_specific_information": {
828+
"Mac": {
829+
"bundle_identifier": "ru.yandex.desktop.yandex-browser",
830+
"code_signing_identifier": "ru.yandex.desktop.yandex-browser",
831+
"code_signing_team_identifier": "477EAT77S3",
832+
"extensions_install_path_relative_to_user_library_directory": "Application Support/Yandex/YandexBrowser Dev/Default/Extensions"
833+
}
834+
},
835+
"supported_store_identifiers": [
836+
1,
837+
4
838+
]
839+
},
840+
{
841+
"long_name": "Yandex Browser Canary",
842+
"short_name": "Yandex Browser Canary",
843+
"supported_platforms": [
844+
"Mac",
845+
"Windows",
846+
"Linux"
847+
],
848+
"platform_specific_information": {
849+
"Mac": {
850+
"bundle_identifier": "ru.yandex.desktop.yandex-browser",
851+
"code_signing_identifier": "ru.yandex.desktop.yandex-browser",
852+
"code_signing_team_identifier": "477EAT77S3",
853+
"extensions_install_path_relative_to_user_library_directory": "Application Support/Yandex/YandexBrowser SxS/Default/Extensions"
854+
}
855+
},
856+
"supported_store_identifiers": [
857+
1,
858+
4
859+
]
776860
}
777861
]
778862
}

0 commit comments

Comments
 (0)