{
    "id": "/",
    "name": "PT-WORKS Bau App",
    "short_name": "Bau App",
    "description": "Baustellen, Zeiten und Außendienst zentral verwalten.",
    "lang": "de-DE",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#2F4AB1",
    "background_color": "#F6F7FB",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/"
        },
        {
            "name": "Zeiten erfassen",
            "short_name": "Zeiten",
            "url": "/timesheets/select"
        },
        {
            "name": "Baustellen",
            "short_name": "Baustellen",
            "url": "/construction-sites"
        }
    ]
}
