{
    "name": "Family Cardboard Boat Regatta",
    "short_name": "Boat Regatta",
    "description": "July 4, 2026 · Saugany Lake, Indiana",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#3C3B6E",
    "theme_color": "#3C3B6E",
    "lang": "en",
    "categories": ["sports", "lifestyle", "social"],
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Sign Up",
            "short_name": "Sign Up",
            "description": "RSVP for the regatta",
            "url": "/signup",
            "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192"}]
        },
        {
            "name": "Teams",
            "short_name": "Teams",
            "description": "View competing teams",
            "url": "/teams",
            "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192"}]
        },
        {
            "name": "Results",
            "short_name": "Results",
            "description": "See race results",
            "url": "/results",
            "icons": [{"src": "/icons/icon-192.svg", "sizes": "192x192"}]
        }
    ],
    "screenshots": []
}
