{
    "name": "Project Pivot - AI Boxing Analysis",
    "short_name": "Project Pivot",
    "description": "AI-powered boxing form analysis platform with real-time feedback",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#ff3b30",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["sports", "fitness", "health"],
    "screenshots": [
        {
            "src": "assets/hero-image.svg",
            "sizes": "640x480",
            "type": "image/svg+xml",
            "platform": "wide",
            "label": "Boxing form analysis interface"
        }
    ],
    "icons": [
        {
            "src": "assets/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "assets/logo.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/logo-300x300.svg",
            "sizes": "300x300",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Start Analysis",
            "short_name": "Analyze",
            "description": "Begin boxing form analysis",
            "url": "/#demo",
            "icons": [
                {
                    "src": "assets/logo.svg",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Features",
            "short_name": "Features",
            "description": "View app features",
            "url": "/#features",
            "icons": [
                {
                    "src": "assets/logo.svg",
                    "sizes": "96x96"
                }
            ]
        }
    ]
} 