{
    "name": "Venue One",
    "short_name": "Venue One",
    "description": "Rotas, clocking and compliance for hospitality venues.",
    "start_url": "/today",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1c1c1c",
    "theme_color": "#1c1c1c",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Clock in or out",
            "short_name": "Clock",
            "url": "/clock",
            "description": "Start or finish a shift"
        },
        {
            "name": "This week's rota",
            "short_name": "Rota",
            "url": "/rota"
        }
    ]
}
