{
  "name": "DraftIQ — NFL Draft Intelligence",
  "short_name": "DraftIQ",
  "description": "Honest NFL Draft analytics: per-prospect bust probability, KNN comps, team fit, and a public backtest that beats actual NFL teams.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#10b981",
  "orientation": "any",
  "categories": ["sports"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Draft Mode",
      "short_name": "Live",
      "description": "War-room mode for draft night",
      "url": "/live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track record",
      "short_name": "Receipts",
      "description": "The 11-year backtest",
      "url": "/track-record"
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "url": "/daily"
    }
  ]
}
