PWA Integration

This commit is contained in:
Borgal
2025-08-13 14:28:09 +02:00
parent f496d25917
commit 8d6233be43
5 changed files with 68 additions and 0 deletions

21
manifest.json Executable file
View File

@@ -0,0 +1,21 @@
{
"name": "DoMiLi",
"short_name": "DoMiLi",
"description": "Ihre App-Beschreibung hier.",
"start_url": "index.php",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#212529",
"icons": [
{
"src": "img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}