{
    "name": "PerformIQ",
    "short_name": "PerformIQ",
    "description": "AI-powered sports science platform -- track jumps, strength, nutrition, and performance with video analysis and coaching insights.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#06060b",
    "theme_color": "#06060b",
    "orientation": "portrait",
    "categories": ["sports", "health", "fitness"],
    "icons": [
        {
            "src": "/static/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Quick Log Workout",
            "short_name": "Log Workout",
            "description": "Log a new workout session",
            "url": "/workouts?action=log",
            "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "New Video Analysis",
            "short_name": "Analyze",
            "description": "Analyze a jump or movement video",
            "url": "/analyze",
            "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Log Nutrition",
            "short_name": "Nutrition",
            "description": "Track meals and macros",
            "url": "/nutrition",
            "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Strength Test",
            "short_name": "Strength",
            "description": "Run a VBT strength analysis",
            "url": "/strength",
            "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "screenshots": [
        {
            "src": "/static/screenshots/dashboard-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Performance Dashboard -- track readiness, PRs, and training trends"
        },
        {
            "src": "/static/screenshots/analysis-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Video Analysis -- AI-powered jump and movement breakdown"
        },
        {
            "src": "/static/screenshots/dashboard-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard on mobile"
        },
        {
            "src": "/static/screenshots/nutrition-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Nutrition tracking with photo AI"
        },
        {
            "src": "/static/screenshots/workouts-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Workout logging and calendar"
        },
        {
            "src": "/static/screenshots/strength-narrow.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Strength and VBT analysis"
        }
    ]
}
