{
    "name": "Athavita Connect",
    "short_name": "Connect",
    "description": "Team chat, channels, meetings, and collaboration for the Athavita Enterprise Suite.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#0078D4",
    "categories": ["business", "productivity", "social"],
    "icons": [
        {
            "src": "/connect-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "New chat",
            "short_name": "Chat",
            "url": "/?mode=dms",
            "description": "Start a new direct message"
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "url": "/?mode=calendar",
            "description": "Schedule or join a meeting"
        }
    ]
}
