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
Currently the plugin only generates favicon16 and favicon32 tags when compiled. That works fine for browsers but doesn't comply with the Google search appearance guidelines for defining a favicon. - https://support.google.com/webmasters/answer/9290858?hl=en
The guidelines specify that a valid favicon must be a multiple of 48px square. Please provide a option to generate a 48x48 favicon tag.
What problem does this feature solve?
Currently the plugin only generates favicon16 and favicon32 tags when compiled. That works fine for browsers but doesn't comply with the Google search appearance guidelines for defining a favicon. - https://support.google.com/webmasters/answer/9290858?hl=en
The guidelines specify that a valid favicon must be a multiple of 48px square. Please provide a option to generate a 48x48 favicon tag.
What does the proposed API look like?
pwa.iconPaths
And generate
<link rel=icon type=image/png sizes=48x48 href=img/icons/favicon-48x48.png>
The text was updated successfully, but these errors were encountered: