{
    "name": "RepLegend — AI Fitness Coach",
    "short_name": "RepLegend",
    "description": "Game your workout. AI-powered rep counting and form feedback using your webcam. 13 exercises, real-time form analysis, XP, streaks, and global leaderboards.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "theme_color": "#0A0A0C",
    "background_color": "#07090A",
    "categories": ["fitness", "health", "sports", "lifestyle"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Start Workout",
            "short_name": "Workout",
            "description": "Jump straight to exercise selection",
            "url": "/workout",
            "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "AI Coach",
            "short_name": "Coach",
            "description": "Chat with your AI fitness coach",
            "url": "/coach",
            "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Challenges",
            "short_name": "Challenges",
            "description": "View and join fitness challenges",
            "url": "/challenges",
            "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "My Profile",
            "short_name": "Profile",
            "description": "View your stats and settings",
            "url": "/profile",
            "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
        }
    ],
    "screenshots": [],
    "related_applications": [],
    "prefer_related_applications": false,
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
