favicon
Chester Wyke April 17, 2025 Updated: April 26, 2025 #MiscSource: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs
See site for full explanation but TLDR from site is:
Instead of serving dozens of icons, all you need is just five icons and one JSON file.
For the browser using HTML:
<!-- 180×180 -->
If you’re making a PWA (Progressive Web App), also add this to the HTML:
And a file with the web app manifest:
// manifest.webmanifest
Maskable icons should have bigger paddings. The safe zone is a 409×409 circle. Use maskable.app to check your icon.