{
    "name": "ZapBot — Meeting AI Assistant",
    "short_name": "ZapBot",
    "description": "AI-powered meeting assistant that joins, records, transcribes and summarises your meetings.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f7f8fb",
    "theme_color": "#1f2937",
    "categories": ["productivity", "business"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Meeting History",
            "short_name": "Meetings",
            "url": "/dashboard/meetings",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "AI Chat",
            "short_name": "Chat",
            "url": "/dashboard/chat",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
