{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "id": "/?homescreen=1",
    "name": "RELOAD Fitness",
    "short_name": "RELOAD",
    "description": "Book classes, check in, and follow the gym Community.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0a0a",
    "theme_color": "#0a0a0a",
    "icons": [
        {
            "src": "/images/pwa/r-mark-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/r-mark-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
