{
    "name": "Gym Tracker",
    "short_name": "Gym Tracker",
    "description": "Persönliches Fitness-Logbuch — Training, Protein, Kalender & AI Coach",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#fafaf9",
    "theme_color": "#f59e0b",
    "lang": "de",
    "categories": ["fitness", "health"],
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Training starten",
            "url": "/gym-session",
            "description": "Neue Gym-Session beginnen"
        },
        {
            "name": "Kalender",
            "url": "/gym-calendar",
            "description": "Trainingshistorie ansehen"
        }
    ]
}
