Skip to content

Commit 2e6010e

Browse files
authored
Add support for Comet Canary and Comet Dev (#951)
1 parent 7db264c commit 2e6010e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,42 @@
916916
1
917917
]
918918
},
919+
{
920+
"long_name": "Comet Canary",
921+
"short_name": "Comet Canary",
922+
"supported_platforms": [
923+
"Mac"
924+
],
925+
"platform_specific_information": {
926+
"Mac": {
927+
"bundle_identifier": "ai.perplexity.comet-canary",
928+
"code_signing_identifier": "ai.perplexity.comet-canary",
929+
"code_signing_team_identifier": "7S8W4W365S",
930+
"extensions_install_path_relative_to_user_library_directory": "Application Support/Comet Canary/Default/Extensions"
931+
}
932+
},
933+
"supported_store_identifiers": [
934+
1
935+
]
936+
},
937+
{
938+
"long_name": "Comet Dev",
939+
"short_name": "Comet Dev",
940+
"supported_platforms": [
941+
"Mac"
942+
],
943+
"platform_specific_information": {
944+
"Mac": {
945+
"bundle_identifier": "ai.perplexity.comet-dev",
946+
"code_signing_identifier": "ai.perplexity.comet-dev",
947+
"code_signing_team_identifier": "7S8W4W365S",
948+
"extensions_install_path_relative_to_user_library_directory": "Application Support/Comet Dev/Default/Extensions"
949+
}
950+
},
951+
"supported_store_identifiers": [
952+
1
953+
]
954+
},
919955
{
920956
"long_name": "CocCoc Browser",
921957
"short_name": "CocCoc",

0 commit comments

Comments
 (0)