shinkan-jinkendo/frontend/public/manifest.webmanifest
Lars 6c87989863
Some checks failed
Deploy Development / deploy (push) Successful in 32s
Test Suite / lint-backend (push) Successful in 0s
Test Suite / build-frontend (push) Successful in 5s
Test Suite / playwright-tests (push) Failing after 39s
feat: update PWA support and enhance responsive design
- Added PWA meta tags for improved iOS web app compatibility in index.html.
- Updated app.css to refine responsive design, ensuring better layout handling on mobile devices.
- Adjusted padding and height properties to accommodate safe area insets for a more polished user experience.
2026-05-05 12:26:49 +02:00

26 lines
556 B
JSON

{
"name": "Shinkan Jinkendo",
"short_name": "Shinkan",
"description": "Trainer- und Vereinsplattform für Kampfsport-Trainingsplanung",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f4f3ef",
"theme_color": "#1D9E75",
"lang": "de",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}