We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c81d8b commit 5dc71ffCopy full SHA for 5dc71ff
assets/templates/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "{{ .config.AppName }}",
3
- "short_name": "{{ printf "%.16s" .config.AppName }}",
+ "short_name": "{{ printf "%.32s" .config.AppName }}",
4
"description": "{{ .config.SiteDescription }}",
5
"icons": [
6
0 commit comments