The problem is that chrome always displays a very very big icon at center of screen i want more smaller icon... I only left a small image, but while the quality decreased, the icon size on the splash screen remained the same.
{
"name": "myapp",
"short_name": "myapp",
"start_url": "/main",
"scope": "/main",
"icons": [
{
"src": "icons/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "icons/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "icons/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "icons/android-chrome-maskable-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "icons/android-chrome-maskable-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
]
}