{
    "name": "Clazz Teacher CRM",
    "short_name": "Clazz CRM",
    "description": "WhatsApp-powered teacher recruitment and management CRM",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#9333ea",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],

    "shortcuts": [
        {
            "name": "Inbox",
            "short_name": "Inbox",
            "description": "Open WhatsApp inbox",
            "url": "/?view=inbox",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Pipeline",
            "short_name": "Pipeline",
            "description": "View recruitment pipeline",
            "url": "/?view=pipeline",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Reminders",
            "short_name": "Reminders",
            "description": "View reminders & tasks",
            "url": "/#/reminders",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}