{
  "name": "Show Me Your TDs - Fantasy Football Command Center",
  "short_name": "Fantasy TDs",
  "description": "Educational fantasy football platform that teaches you WHY behind every decision",
  "version": "1.1.0",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0c0c1e",
  "theme_color": "#4ecdc4",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en",
  "categories": ["sports", "education", "entertainment"],
  "icons": [
    {
      "src": "./icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Fantasy Dashboard with AI insights"
    },
    {
      "src": "./icons/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile fantasy management"
    }
  ],
  "shortcuts": [
    {
      "name": "Draft Tracker",
      "short_name": "Draft",
      "description": "Live draft assistance with AI recommendations",
      "url": "./?page=live-draft",
      "icons": [
        { "src": "./icons/shortcut-draft.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "My Team",
      "short_name": "Team",
      "description": "View your roster and optimize lineup",
      "url": "./?page=my-team",
      "icons": [
        { "src": "./icons/shortcut-team.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Fantasy Academy",
      "short_name": "Learn",
      "description": "Educational modules to improve your fantasy skills",
      "url": "./?page=fantasy-academy",
      "icons": [
        { "src": "./icons/shortcut-learn.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 400 },
  "launch_handler": { "client_mode": "navigate-existing" }
}
