Skip to content

Commit 5dc71ff

Browse files
committed
PWA: Increase max length of "short_name" value in manifest.json template
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 4c81d8b commit 5dc71ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/templates/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "{{ .config.AppName }}",
3-
"short_name": "{{ printf "%.16s" .config.AppName }}",
3+
"short_name": "{{ printf "%.32s" .config.AppName }}",
44
"description": "{{ .config.SiteDescription }}",
55
"icons": [
66
{

0 commit comments

Comments
 (0)