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
I'm currently using vite-plugin-favicons-inject but would love to move to this tool. I'm currently hitting an issue where I'm not sure how to specify the maskable and non-maskable image 🤔
As an example, here's how this is done with vite-plugin-favicons-inject
viteFaviconsInject('favicon.svg',{manifestMaskable: './favicon-maskable.svg',// <- different image for maskable})
And the resulting output in the manifest looks like this
Hello there!
I'm currently using vite-plugin-favicons-inject but would love to move to this tool. I'm currently hitting an issue where I'm not sure how to specify the maskable and non-maskable image 🤔
As an example, here's how this is done with vite-plugin-favicons-inject
And the resulting output in the manifest looks like this
Proposal
User can specify maskable/non-maskable from config
In combination with vite-plugin-pwa, the app manifest will be generated containing maskable and non-maskable definitions (see above)
The text was updated successfully, but these errors were encountered: