{
  "short_name": "Draft Hub",
  "name": "FOOTY DRAFT HUB - Fantasy Football Auction Draft Platform",
  "description": "The ultimate fantasy football auction draft experience with real-time bidding, team management, and league controls.",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    },
    {
      "src": "favicon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "favicon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#22C55E",
  "background_color": "#0A1118",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "games", "entertainment"],
  "shortcuts": [
    {
      "name": "Start Draft",
      "short_name": "Draft",
      "description": "Jump directly to the auction draft room",
      "url": "/leagues",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Leagues",
      "short_name": "Leagues",
      "description": "View and manage your fantasy leagues",
      "url": "/leagues",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
