{
    "id": "/worker",
    "name": "BazaarSaathi Worker",
    "short_name": "Worker",
    "description": "BazaarSaathi Worker App",
    "start_url": "/worker/login",
    "scope": "/worker/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4F46E5",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icons/iconW-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/iconW-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}