{
    "name": "AmrioxClinic",
    "short_name": "Amriox",
    "description": "Smart Clinic Management — Bookings, Staff & WhatsApp Automation",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0e3d3d",
    "categories": ["medical", "health", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Booking",
            "short_name": "Book",
            "description": "Create a new appointment",
            "url": "/bookings/create",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "description": "View the booking calendar",
            "url": "/calendar",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "screenshots": [],
    "lang": "en",
    "dir": "ltr"
}
