{
  "name": "Tennis Analysis Pro",
  "short_name": "TennisAnalysis",
  "description": "Professional tennis technique analysis and biomechanics app with AI-powered pose detection",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#059669",
  "orientation": "any",
  "scope": "/",
  "categories": ["sports", "fitness", "education", "health"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-screenshot-1.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tennis video analysis on mobile"
    },
    {
      "src": "/screenshots/desktop-screenshot-1.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Professional tennis analysis dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Record Analysis",
      "short_name": "Record",
      "description": "Start recording tennis technique for analysis",
      "url": "/biomec?action=record",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your tennis analysis history",
      "url": "/history",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Player Stats",
      "short_name": "Stats",
      "description": "View professional player statistics",
      "url": "/players",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "video",
          "accept": ["video/mp4", "video/webm", "video/quicktime"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/handle-video",
      "accept": {
        "video/mp4": [".mp4"],
        "video/webm": [".webm"],
        "video/quicktime": [".mov"]
      }
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "features": [
    "video-analysis",
    "pose-detection", 
    "biomechanics",
    "real-time-feedback",
    "offline-support",
    "background-sync",
    "push-notifications"
  ],
  "prefer_related_applications": false
}