Offlinehandling hinzugefügt

This commit is contained in:
Borgal
2025-09-17 14:41:20 +02:00
parent 73efeba2b9
commit c5b7f3ecbd
3 changed files with 159 additions and 4 deletions

View File

@@ -1,9 +1,11 @@
{
"name": "DoMiLi",
"name": "DoMiLi - Dönerstag-Runde",
"short_name": "DoMiLi",
"description": "Dönerstag-Runde",
"start_url": "index.php",
"description": "Die Dönerstag-Runde des Domili Treffs",
"start_url": "/",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#212529",
"background_color": "#212529",
"icons": [
@@ -16,6 +18,17 @@
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "img/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}
]
],
"serviceworker": {
"src": "sw.js",
"scope": "/",
"update_via_cache": "none"
}
}