icon at wrong path

This commit is contained in:
Karl 2025-07-17 10:23:21 +01:00
parent 630c5aa537
commit 4f9371ae0f

View File

@ -4,12 +4,12 @@
"description": "KTVManager PWA", "description": "KTVManager PWA",
"icons": [ "icons": [
{ {
"src": "/web-app-manifest-192x192.png", "src": "/static/web-app-manifest-192x192.png",
"type": "image/png", "type": "image/png",
"sizes": "192x192" "sizes": "192x192"
}, },
{ {
"src": "/web-app-manifest-512x512.png", "src": "/static/web-app-manifest-512x512.png",
"type": "image/png", "type": "image/png",
"sizes": "512x512" "sizes": "512x512"
} }