{
    "name": "VocaMed",
    "short_name": "VocaMed",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#2B8870",
    "theme_color": "#2B8870",
    "description": "AI-powered medical consultation documentation platform for healthcare professionals.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["medical", "productivity", "health"],
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "screenshots": [
        {
            "src": "screenshots/screenshot-wide.svg",
            "sizes": "1280x720",
            "type": "image/svg+xml",
            "form_factor": "wide",
            "label": "VocaMed Dashboard — AI-powered medical documentation"
        },
        {
            "src": "screenshots/screenshot-narrow.svg",
            "sizes": "390x844",
            "type": "image/svg+xml",
            "form_factor": "narrow",
            "label": "VocaMed Mobile — Record consultations on the go"
        }
    ],
    "shortcuts": [
        {
            "name": "New Patient",
            "short_name": "New Patient",
            "description": "Add a new patient record",
            "url": "/patients/new",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "New Consultation",
            "short_name": "Consultation",
            "description": "Start a new consultation",
            "url": "/consultations/new",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "All Patients",
            "short_name": "Patients",
            "description": "View all patients",
            "url": "/patients",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ],
    "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"
        }
    ],
    "related_applications": [],
    "handle_links": "preferred"
}
