added pwa + dienstreise support

This commit is contained in:
2024-08-30 22:16:31 +02:00
parent 53eb287b0a
commit 70e3818170
13 changed files with 128 additions and 22 deletions

17
src/manifest.webmanifest Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Zeiterfassung",
"short_name": "Zeiterfassung",
"theme_color": "#121212",
"background_color": "#121212",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icon/favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}