vite-pwa / docs

Documentation: PWA integrations for Vite and the ecosystem
https://vite-pwa-org.netlify.app/
MIT License
196 stars 42 forks source link

Generate PWA icons using favicon.inbrowser.app #98

Closed rwv closed 8 months ago

rwv commented 8 months ago

I've developed a favicon generator site (https://favicon.inbrowser.app/) with the following features:

I hope you can add my tool to the following document to assist more people in generating favicon assets with ease.

https://github.com/vite-pwa/docs/blob/ea5a0f40dde083a8b6931a8c69c505985b214099/guide/pwa-minimal-requirements.md?plain=1#L90-L92

userquin commented 8 months ago

Looks good, I'll try it later.

FYI: the PWA will not get updated after next browser session or hard page refresh, you're using prompt register type (the default) and there is no prompt component to update the app :sweat_smile:

userquin commented 8 months ago

@rwv I've sent a PR to your repo and a new one here to include a link to your application...

You need to fix the register type in your app (also included in my PR)