{
    "name": "Race Chasers - Find Your Next Race",
    "short_name": "Race Chasers",
    "description": "Discover running, cycling, and swimming events near you with AI-powered search",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3B82F6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "pwa-64x64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "maskable-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "apple-touch-icon-180x180.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Search Events",
            "short_name": "Search",
            "description": "Find athletic events near you",
            "url": "/?action=search",
            "icons": [
                {
                    "src": "pwa-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Near Me",
            "short_name": "Near Me",
            "description": "Events near my current location",
            "url": "/?action=near-me",
            "icons": [
                {
                    "src": "pwa-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": [
        "sports",
        "fitness",
        "lifestyle"
    ]
}
