0:00 / 0:00
Themed Icon for PWA on Android
Make your web app blend into Android perfectly
2024
YearFew people remember this, but you PWA can actually have an themed look (Material You).
json
{
"icons": [
{
"src": "path/to/monochrome_icon.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "monochrome"
},
],
}

