{
    "name": "Ananda Studio",
    "short_name": "Ananda",
    "description": "Book yoga and wellness classes at your studio",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#7c3aed",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My Schedule",
            "short_name": "Schedule",
            "url": "/my/schedule?source=shortcut",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Bookings",
            "short_name": "Bookings",
            "url": "/my/bookings?source=shortcut",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "categories": [
        "health",
        "fitness",
        "lifestyle"
    ],
    "lang": "en"
}
