Allow you to generate cross platform favicon for your social network. Also supports PWA with service worker. This components based on original Favicon and Service worker by Michael. As the realfavicongenerator API wasn't working anymore and I also really wanted to have component that should work without the API so I created this component.
This component is not much tested. I tested PWA on android and web it works fine. I receives the installation dialog on chrome/firefox which installs the app on desktop and android phone.
Console Log shows
"<meta name="apple-mobile-web-app-capable" content="yes"> is deprecated. Please include <meta name="mobile-web-app-capable" content="yes">"
I changed head.html in sfavicons, line 23 to <meta name="mobile-web-app-capable" content="yes">
Working for me on iOS 18 with iPhone 15