{
    "name": "Mira",
    "short_name": "Mira",
    "start_url": ".",
    "scope": "./",
    "display": "standalone",
    "background_color": "#FAF7F2",
    "theme_color": "#2F5233",
    "description": "Access your health records, book appointments, order medications, and connect with doctors — anywhere, anytime. Works offline for emergency info.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["health", "medical", "lifestyle"],
    "lang": "en",
    "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"
        }
    ],
    "shortcuts": [
        {
            "name": "Emergency Medical ID",
            "short_name": "Emergency ID",
            "description": "Show your blood type, allergies, and emergency contacts — works offline",
            "url": "/emergency-id",
            "icons": [
                { "src": "icons/Icon-192.png", "sizes": "192x192" }
            ]
        },
        {
            "name": "Book Appointment",
            "short_name": "Book",
            "description": "Find and book a doctor",
            "url": "/book",
            "icons": [
                { "src": "icons/Icon-192.png", "sizes": "192x192" }
            ]
        },
        {
            "name": "My Prescriptions",
            "short_name": "Rx",
            "description": "View your active medications (cached offline)",
            "url": "/prescriptions",
            "icons": [
                { "src": "icons/Icon-192.png", "sizes": "192x192" }
            ]
        }
    ]
}
