{
    "name": "ReplyDesk",
    "short_name": "ReplyDesk",
    "description": "Worker conversation portal.",
    "start_url": "/worker",
    "scope": "/worker",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f2ff",
    "theme_color": "#322568",
    "categories": ["productivity", "business"],
    "icons": [
        {
            "src": "/worker-icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/worker-icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/worker-icons/maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
