{
  "name": "PlayCaller — AI Fantasy Sports",
  "short_name": "PlayCaller",
  "description": "Autonomous AI fantasy sports agent for NFL, MLB & NBA. Draft, manage rosters, and win — powered by AI.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a1a",
  "theme_color": "#c8a84b",
  "categories": [
    "sports",
    "entertainment"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "id": "com.playcaller.app",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mock-draft.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Mock Draft — pick the best players with AI recommendations"
    },
    {
      "src": "/screenshots/leagues.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "League Hub — manage all your leagues in one place"
    },
    {
      "src": "/screenshots/scoreboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live Scoreboard — real-time scores and matchup tracking"
    },
    {
      "src": "/screenshots/ai-chat.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Chat — ask PlayCaller anything about your fantasy team"
    }
  ],
  "shortcuts": [
    {
      "name": "Mock Draft",
      "short_name": "Draft",
      "description": "Start an AI-powered mock draft session",
      "url": "/mock-draft.html",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Live Scoreboard",
      "short_name": "Scores",
      "description": "View live game scores and fantasy matchups",
      "url": "/scores.html",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "AI Chat",
      "short_name": "AI",
      "description": "Ask PlayCaller AI anything about your team",
      "url": "/ai-chat.html",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}