Skip to content

Commit 9655807

Browse files
authored
Updated short name to no longer be localized (#14022)
1 parent b6e9596 commit 9655807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/browser/src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
4-
"short_name": "__MSG_appName__",
4+
"short_name": "Bitwarden",
55
"version": "2025.3.2",
66
"description": "__MSG_extDesc__",
77
"default_locale": "en",

apps/browser/src/manifest.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"minimum_chrome_version": "102.0",
44
"name": "__MSG_extName__",
5-
"short_name": "__MSG_appName__",
5+
"short_name": "Bitwarden",
66
"version": "2025.3.2",
77
"description": "__MSG_extDesc__",
88
"default_locale": "en",

0 commit comments

Comments
 (0)