1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

Shorten extension description to 112 characters as that is a limit setup by Apple (#8884)

Safari extension description is limited to 112 chars
Add that restriction within the description

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-04-23 20:34:02 +02:00
committed by GitHub
parent 7f207d2559
commit 242ee306cf

View File

@@ -7,8 +7,8 @@
"description": "Extension name, MUST be less than 40 characters (Safari restriction)" "description": "Extension name, MUST be less than 40 characters (Safari restriction)"
}, },
"extDesc": { "extDesc": {
"message": "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information.", "message": "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information",
"description": "Extension description" "description": "Extension description, MUST be less than 112 characters (Safari restriction)"
}, },
"loginOrCreateNewAccount": { "loginOrCreateNewAccount": {
"message": "Log in or create a new account to access your secure vault." "message": "Log in or create a new account to access your secure vault."