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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

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"
}
]
}