{
    "name": "Medicus Time Clock",
    "short_name": "Time Clock",
    "start_url": "/time-clock/scan",
    "scope": "/time-clock/",
    "display": "standalone",
    "background_color": "#f5f1e8",
    "theme_color": "#f5f1e8",
    "icons": [
        {
            "src": "/static/icons/time-clock-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icons/time-clock-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}