{
    "name": "The Mobile Doctor",
    "short_name": "MobiDoc",
    "description": "Connect to the nearest doctor, nurse, ambulance, pharmacy, clinic or hospital in seconds.",
    "start_url": "/index.php/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#0ea5e9",
    "background_color": "#ffffff",
    "categories": ["medical", "health", "lifestyle"],
    "icons": [
        { "src": "/assets/icons/icon-192.png",      "type": "image/png", "sizes": "192x192", "purpose": "any" },
        { "src": "/assets/icons/icon-512.png",      "type": "image/png", "sizes": "512x512", "purpose": "any" },
        { "src": "/assets/icons/icon-mask-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Get help now",
            "short_name": "Help",
            "description": "Find the closest doctor, ambulance, or pharmacy",
            "url": "/index.php/help",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Self check-up",
            "short_name": "Check-up",
            "description": "Rule-based triage for common symptoms",
            "url": "/index.php/diagnose",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
