{
    "name": "Tilz Spa by Tilda",
    "short_name": "Tilz Spa",
    "description": "Luxury spa & wellness in the heart of Abuja. Book treatments, browse services, and relax.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#120806",
    "theme_color": "#C9897A",
    "categories": ["health", "lifestyle", "beauty"],
    "lang": "en",
    "icons": [
        {
            "src": "/images/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Book a Treatment",
            "short_name": "Book",
            "description": "Book your next spa treatment",
            "url": "/book",
            "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Our Services",
            "short_name": "Services",
            "description": "Browse all spa services",
            "url": "/services",
            "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
