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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/templates/manifest.json

+1-1
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)