- 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.
26 lines
556 B
JSON
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"
|
|
}
|
|
]
|
|
}
|