{
    "name": "Intranet Chat",
    "short_name": "Chat",
    "description": "Real-time Intranet Chat Application",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1A1C2E",
    "theme_color": "#1A1C2E",
    "icons": [
        {
            "src": "/icon512_maskable.png",
            "sizes": "192x192 512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon512_rounded.png",
            "sizes": "192x192 512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}