{
    "id": "/athletics/coach/dashboard",
    "name": "Sidwell Athletics",
    "short_name": "Athletics",
    "description": "Sidwell Friends School Athletics Platform — attendance, schedules, and team management",
    "start_url": "/athletics/coach/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#f3f2ee",
    "theme_color": "#5c1f2e",
    "orientation": "portrait-primary",
    "categories": ["sports", "education"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "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-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Attendance",
            "short_name": "Attendance",
            "url": "/athletics/coach/attendance",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Games",
            "short_name": "Games",
            "url": "/athletics/coach/games",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
