{
    "name": "Election Situation Room - Nigeria",
    "short_name": "VESR",
    "description": "Virtual Situation Room platform for election monitoring in Nigeria with real-time video conferencing, incident reporting, and analytics.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "theme_color": "#1e3a8a",
    "background_color": "#ffffff",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot1.png",
            "sizes": "540x720",
            "form_factor": "narrow",
            "type": "image/png"
        },
        {
            "src": "/screenshot2.png",
            "sizes": "1280x720",
            "form_factor": "wide",
            "type": "image/png"
        }
    ],
    "categories": [
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View election monitoring dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/pwa-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Incidents",
            "short_name": "Incidents",
            "description": "Report and view incidents",
            "url": "/incidents",
            "icons": [
                {
                    "src": "/pwa-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}