{
    "short_name": "Zuryo",
    "name": "Zuryo - On Demand Fitness",
    "description": "India's first community-based On Demand Fitness platform. Book certified trainers to your doorstep in 60 minutes. No contracts. Experience the future of fitness with Zuryo today.",
    "categories": [
        "fitness",
        "health",
        "lifestyle"
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui"
    ],
    "orientation": "portrait",
    "theme_color": "#142B5D",
    "background_color": "#142B5D",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "icons": [
        {
            "src": "/assets/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/maskable_icon_x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/maskable_icon_x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/screenshot-home.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Home - Book a Session"
        },
        {
            "src": "/assets/screenshot-book.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Book a Certified Trainer"
        },
        {
            "src": "/assets/screenshot-tablet.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Zuryo - Fitness on Your Terms"
        }
    ],
    "shortcuts": [
        {
            "name": "Book a Session",
            "short_name": "Book",
            "description": "Book a certified fitness trainer now",
            "url": "/book",
            "icons": [
                {
                    "src": "/assets/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Bookings",
            "short_name": "Bookings",
            "description": "View your upcoming training sessions",
            "url": "/bookings",
            "icons": [
                {
                    "src": "/assets/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/book",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "prefer_related_applications": false
}