maskable icons (pwa)

This commit is contained in:
2022-04-05 19:01:30 +02:00
parent 11b6cad5c7
commit 2cbbb0b568

View File

@@ -5,12 +5,14 @@
{
"src": "/images/icons/android-chrome-192x192.png?v=GvmqYyKwbb",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/icons/android-chrome-512x512.png?v=GvmqYyKwbb",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#ffffff",