{
    "name": "Edgewater Crisis App",
    "short_name": "Edgewater App",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#2c3e50",
    "theme_color": "#2c3e50",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/assets/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/assets/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ]
}