{
    "name": "PlayBook - AI-Powered Coaching Platform",
    "short_name": "PlayBook",
    "id": "/app-playbook-v1",
    "start_url": ".",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone"
    ],
    "lang": "en-US",
    "dir": "ltr",
    "scope": "/",
    "background_color": "#050F18",
    "theme_color": "#050F18",
    "description": "Elite sports playbook platform with AI-powered video analysis, real-time team collaboration, and tactical play management. Built for coaches and athletes who demand precision.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": [
        "sports",
        "productivity",
        "education"
    ],
    "screenshots": [
        {
            "src": "screenshots/screenshot1170x2532.jpg",
            "sizes": "1170x2532",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Mobile Home Feed"
        },
        {
            "src": "screenshots/screenshot1920x1080.jpg",
            "sizes": "1920x1080",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Coach Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Upload Video",
            "short_name": "Video",
            "description": "Upload game footage",
            "url": "/video-manager",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Create Slide",
            "short_name": "Slide",
            "description": "Create a new slide",
            "url": "/slide-manager",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Team Roster",
            "short_name": "Roster",
            "description": "View team roster",
            "url": "/roster",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "video/*",
                        "image/*"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}