{
  "name": "IX Baseball",
  "short_name": "IX Baseball",
  "description": "Premium baseball player development. Develop. Track. Dominate.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "portrait",
  "icons": [
    { "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_file",
          "accept": ["video/*", "video/mp4", "video/quicktime", "video/x-m4v", ".mp4", ".mov", ".m4v"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Upload Video",
      "short_name": "Upload",
      "description": "Upload a new swing video for analysis",
      "url": "/upload",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "Browse your swing reports",
      "url": "/dashboard?tab=reports",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Player Cards",
      "short_name": "Players",
      "description": "View player cards",
      "url": "/dashboard?tab=players",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Coach Reviews",
      "short_name": "Reviews",
      "description": "View your coach reviews",
      "url": "/coach-reviews",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
