{
    "name": "Next Therapist",
    "short_name": "Next Therapist",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Find and connect with licensed therapists for your mental health needs.",
    "orientation": "portrait-primary",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.nexttherapist.nextTherapist",
            "id": "com.nexttherapist.nextTherapist"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/app/next-therapist/idYOUR_APP_ID",
            "id": "6505068804"
        }
    ],
    "categories": [
        "health",
        "medical",
        "lifestyle"
    ],
    "lang": "en-US",
    "dir": "ltr",
    "shortcuts": [
        {
            "name": "Find Therapist",
            "short_name": "Find",
            "description": "Browse and find therapists near you",
            "url": "/therapist/browse?source=shortcut",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Appointments",
            "short_name": "Appointments",
            "description": "View your scheduled appointments",
            "url": "/appointments?source=shortcut",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+nexttherapist",
            "url": "/app-redirect.html?path=%s"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}