Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate PWA icons using favicon.inbrowser.app #98

Closed
rwv opened this issue Nov 13, 2023 · 2 comments · Fixed by #99
Closed

Generate PWA icons using favicon.inbrowser.app #98

rwv opened this issue Nov 13, 2023 · 2 comments · Fixed by #99

Comments

@rwv
Copy link

rwv commented Nov 13, 2023

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

  • Tweak the settings and see preview in real time.
  • Pure frontend. Everything is processed in browser. No privacy risk. Fast.
  • Works without a network connection, thanks to vite-pwa!
  • Support all image formats supported by browser.
  • "purpose": "any" and "purpose": "maskable" support.
  • Outputs are losslessly minified using oxipng and svgo.

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

We suggest you to create a svg or png icon (if it is a png icon, with the maximum resolution possible) for your application and use it to generate your PWA icons:
- [PWA Assets Generator](/assets-generator/) (recommended).
- [Favicon Generator](https://realfavicongenerator.net/).

@userquin
Copy link
Member

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 😅

@userquin
Copy link
Member

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants