-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Currently if short_name
is not provided in the manifest config it will default to package.json name
Line 11 in 79322c1
short_name: process.env.npm_package_name, |
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?
Metadata
Metadata
Assignees
Labels
No labels