{
    "name": "SAY-OS | The Professional OS",
    "short_name": "SAY",
    "description": "AI-powered voice concierge for beauty & wellness. Book, manage, and grow — hands-free.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f2e20",
    "theme_color": "#0f2e20",
    "scope": "/",
    "categories": [
        "business",
        "lifestyle",
        "health"
    ],
    "lang": "en-GB",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Book Now",
            "short_name": "Book",
            "description": "Find and book a service",
            "url": "/?route=book-now"
        },
        {
            "name": "My Appointments",
            "short_name": "Appointments",
            "description": "View your bookings",
            "url": "/?route=my-bookings"
        }
    ]
}