{
    "name": "KFZ-Fahrtenbuch",
    "short_name": "Fahrtenbuch",
    "description": "Digitales Fahrtenbuch für Unternehmen",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#D2003B",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Schnelleintrag",
            "short_name": "Schnell",
            "description": "Ort und km schnell erfassen",
            "url": "/quick-entries/create",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Neue Fahrt",
            "short_name": "Fahrt",
            "description": "Neue Fahrt erfassen",
            "url": "/trips/create",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
