PWA improvements

This commit is contained in:
2025-09-07 17:10:50 +02:00
parent 5bed125cf6
commit 70d4db9901
10 changed files with 708 additions and 13 deletions

View File

@@ -9,15 +9,15 @@
"orientation": "portrait",
"icons": [
{
"src": "/pictures/favicon.ico",
"src": "/pictures/icon-192.png",
"sizes": "192x192",
"type": "image/x-icon",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/pictures/favicon.ico",
"src": "/pictures/icon-512.png",
"sizes": "512x512",
"type": "image/x-icon",
"type": "image/png",
"purpose": "any maskable"
}
],
@@ -34,7 +34,7 @@
"url": "/index.html",
"icons": [
{
"src": "/pictures/favicon.ico",
"src": "/pictures/icon-192.png",
"sizes": "192x192"
}
]