You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While docs describe this behaviour like this The short_name (maximum of 12 characters recommended) is a short version of the app's name. It is an optional field and if not specified, the name will be used, > though it will likely be truncated. https://pwa.nuxtjs.org/manifest#short_name
Based on docs I got the impression that the default value for short_name would be the name property in the pwa manifest but that doesn't appear to be the case.
Which one is wanted behaviour here? Should the docs be updated to match current behaviour or should the implementation be updated to match docs?
The text was updated successfully, but these errors were encountered:
Currently if
short_name
is not provided in the manifest config it will default to package.json namepwa-module/src/manifest.ts
Line 11 in 79322c1
While docs describe this behaviour like this
The short_name (maximum of 12 characters recommended) is a short version of the app's name. It is an optional field and if not specified, the name will be used, > though it will likely be truncated.
https://pwa.nuxtjs.org/manifest#short_name
Based on docs I got the impression that the default value for short_name would be the name property in the pwa manifest but that doesn't appear to be the case.
Which one is wanted behaviour here? Should the docs be updated to match current behaviour or should the implementation be updated to match docs?
The text was updated successfully, but these errors were encountered: