{
    "name": "Golden Minutes - Emergency Response System",
    "short_name": "Golden Minutes",
    "description": "Location-aware emergency response system connecting victims with verified nearby responders",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#dc3545",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/static/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["health", "emergency", "safety"],
    "shortcuts": [
        {
            "name": "Trigger SOS",
            "short_name": "SOS",
            "description": "Immediately trigger emergency alert",
            "url": "/emergencies/sos/",
            "icons": [
                {
                    "src": "/static/images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "View Map",
            "short_name": "Map",
            "description": "View live emergency map",
            "url": "/emergencies/map/",
            "icons": [
                {
                    "src": "/static/images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
