Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions quirks/web-browser-extension-distribution-information.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,25 @@
"supported_store_identifiers": []
},
{
"long_name": "Librewolf",
"short_name": "Librewolf",
"supported_platforms": [
"Mac",
"Windows",
"Linux"
],
"platform_specific_information": {
"Mac": {
"bundle_identifier": "org.mozilla.librewolf",
"code_signing_identifier": "librewolf",
"code_signing_team_identifier": "not set",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fact that this browser doesn’t have a code signing team identifier means that adding it to this list won’t actually make it work with the iCloud Passwords extension. Apps need to be signed.

}
},
"supported_store_identifiers": [
3
]
},
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a whitespace error here.

"long_name": "Tencent QQ Browser",
"short_name": "QQ Browser",
"supported_platforms": [
Expand Down