{
    "name": "Society Grid",
    "short_name": "OpenSociety",
    "description": "Offline-first dispatch and landing hub for the Society of Open Systems.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#cc0000",
    "theme_color": "#cc0000",
    "icons": [
        {
            "src": "./icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}