{
  "name": "SpreadKnowledge — Fantasy Sports Platform",
  "short_name": "SpreadKnowledge",
  "description": "SpreadKnowledge: Advanced fantasy sports platform with real-time data and expert picks",
  "version": "2.0.0",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#007bff",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "logo-medium.jpg",
      "type": "image/jpg",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo-medium.jpg",
      "type": "image/jpg",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  
  "categories": [
    "sports",
    "entertainment",
    "games"
  ],
  
  "shortcuts": [
    {
      "name": "My Picks",
      "short_name": "Picks",
      "description": "View your current fantasy picks",
      "url": "/my-picks",
      "icons": [
        {
          "src": "logo-medium.jpg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Create Contest",
      "short_name": "Contest",
      "description": "Create a new fantasy contest",
      "url": "/create-contest",
      "icons": [
        {
          "src": "logo-medium.jpg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  
  "prefer_related_applications": false,
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
