Initial commit: OMSORG website + Mitarbeiter-App

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felix Kemmler
2026-06-13 20:03:22 +02:00
co-authored by Claude Sonnet 4.6
commit 8beb0fcf52
103 changed files with 7384 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "OMSORG Mitarbeiter-App",
"short_name": "OMSORG",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1a3a5c",
"icons": [
{ "src": "../assets/omsorg-logo-new.png", "sizes": "192x192", "type": "image/png" },
{ "src": "../assets/omsorg-logo-new.png", "sizes": "512x512", "type": "image/png" }
]
}