{
    "name": "Remedial Hub - Technician Portal",
    "short_name": "Remedial Hub",
    "start_url": "/technicians/jobs",
    "scope": "/technicians/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f1419",
    "theme_color": "#FF7A59",
    "icons": [
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Jobs",
            "short_name": "Jobs",
            "url": "/technicians/jobs",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "url": "/technicians/calendar",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
