Closed
Description
The web-generated favicon manifest.json
is missing the short_name
and start_url
fields, which causes Lighthouse to complain.
I know this isn't strictly the purpose of a favicon generator, but it's so useful for the rest of the PWA process that it seems worth adding this in, at least optionally.
EDIT:
Sane defaults don't necessarily require changes to the UI/CLI — only the output would need to change:
short_name
could mirrorname
by defaultstart_url
should default to"."