{
    "name": "eMed Doctor",
    "short_name": "eMed Doctor",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "eMed Doctor - Medical Practice Management System",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "permissions": ["camera", "microphone"],
    "icons": [
        {
            "src": "/favicon/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        },
        {
            "src": "/favicon/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
