{
    "name": "Spontanhelfen",
    "short_name": "Spontanhelfen",
    "description": "Geordnet helfen im Einsatz: Check-in vor Ort, Aufgaben und Lage auf einen Blick.",
    "lang": "de",
    "dir": "ltr",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0d2a36",
    "categories": ["utilities", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Check-in",
            "url": "/checkin"
        },
        {
            "name": "Aufgaben",
            "url": "/tasks"
        }
    ]
}
