{
    "name": "Sherpli - AI Calendar Assistant",
    "short_name": "Sherpli",
    "description": "Your AI-powered scheduling assistant for better planning",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "business"
    ],
    "shortcuts": [
        {
            "name": "New Event",
            "short_name": "New Event",
            "description": "Create a new calendar event",
            "url": "/?action=new-event",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Open Chat",
            "short_name": "Chat",
            "description": "Open AI assistant chat",
            "url": "/?action=open-chat",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}