fixed service worker

This commit is contained in:
Luca Haid
2025-04-09 21:56:04 +02:00
parent c509c1bd21
commit 264e2f31bc
5 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -9,14 +9,14 @@
"theme_color": "#000000",
"icons": [
{
"src": "/assets/images/pwa-thetool-192.jpeg",
"src": "/assets/images/pwa-thetool-192.png",
"sizes": "192x192",
"type": "image/jpeg"
"type": "image/png"
},
{
"src": "/assets/images/pwa-thetool-512.jpeg",
"src": "/assets/images/pwa-thetool-512.png",
"sizes": "512x512",
"type": "image/jpeg"
"type": "image/png"
}
]
}