0:00 / 0:00
Optimization
Themed Icon for PWA on Android
Make your web app blend into Android perfectly
Few 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"
}
]
}

