{
    "name": "Joby Crew Portal",
    "short_name": "Joby Crew",
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "display": "standalone",
    "orientation": "any",
    "start_url": "/",
    "scope": "/",
    "id": "/",
    "theme_color": "#007AE5",
    "background_color": "#F5F4DF",
    "description": "Joby crew scheduling and management portal",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "productivity"],
    "shortcuts": [
        {
            "name": "My Schedule",
            "url": "/schedule",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Request Time Off",
            "url": "/time-off",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Green/Red Card",
            "url": "/docs",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
