{
    "name": "BookMyOP — Online Doctor Consultations",
    "short_name": "BookMyOP",
    "description": "Book verified doctor consultations instantly — video, audio or chat. Available 24/7.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "id": "bookmyop-pwa",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#0A1628",
    "theme_color": "#0066FF",
    "orientation": "portrait-primary",
    "lang": "en-US",
    "dir": "ltr",
    "categories": [
        "health",
        "medical",
        "lifestyle"
    ],
    "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"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Home — Find & book doctors instantly"
        },
        {
            "src": "/screenshots/doctors-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Browse verified specialist doctors"
        },
        {
            "src": "/screenshots/dashboard-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Your personal health dashboard"
        },
        {
            "src": "/screenshots/home-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Home — Desktop view"
        }
    ],
    "shortcuts": [
        {
            "name": "Find a Doctor",
            "short_name": "Find Doctor",
            "description": "Search and book from 200+ specialist doctors",
            "url": "/doctors?source=shortcut",
            "icons": [
                {
                    "src": "/icons/shortcut-search.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Appointments",
            "short_name": "Appointments",
            "description": "View upcoming and past consultations",
            "url": "/dashboard/consultations?source=shortcut",
            "icons": [
                {
                    "src": "/icons/shortcut-appointments.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Book Instant Consult",
            "short_name": "Book Now",
            "description": "Connect with an available doctor right now",
            "url": "/doctors?available=now&source=shortcut",
            "icons": [
                {
                    "src": "/icons/shortcut-book.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Profile",
            "short_name": "Profile",
            "description": "Manage your health profile and settings",
            "url": "/dashboard/profile?source=shortcut",
            "icons": [
                {
                    "src": "/icons/shortcut-profile.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "protocol_handlers": [
        {
            "protocol": "web+bookmyop",
            "url": "/handle?type=%s"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "iarc_rating_id": "",
    "edge_side_panel": {
        "preferred_width": 400
    }
}