{
  "name": "HoopReady — Basketball Progress Tracker",
  "short_name": "HoopReady",
  "description": "Track your basketball progress, recruiting metrics, and training. Built for athletes on the road to Division I.",
  "start_url": "/?pwa=1",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#552583",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "health", "fitness"],
  "icons": [
    {
      "src": "/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Session",
      "short_name": "Log",
      "description": "Log a new training session",
      "url": "/log",
      "icons": [{ "src": "/favicon-64.png", "sizes": "64x64" }]
    },
    {
      "name": "Weekly Report",
      "short_name": "Report",
      "description": "View your weekly progress report",
      "url": "/weekly-report",
      "icons": [{ "src": "/favicon-64.png", "sizes": "64x64" }]
    }
  ]
}
