{
  "id": "/",
  "name": "DarkHorse",
  "short_name": "DarkHorse",
  "description": "Professional sports handicapping platform with expert predictions",
  "start_url": "/main",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#050816",
  "theme_color": "#8C01FA",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Picks",
      "short_name": "Picks",
      "description": "View today's expert predictions",
      "url": "/main?filter=today",
      "icons": [
        {
          "src": "/prediction-icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Live Games",
      "short_name": "Live",
      "description": "Games starting within the next hour",
      "url": "/main?filter=1h",
      "icons": [
        {
          "src": "/horse_icon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Tomorrow's Picks",
      "short_name": "Tomorrow",
      "description": "Tomorrow's expert predictions",
      "url": "/main?filter=tomorrow",
      "icons": [
        {
          "src": "/prediction-icon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["sports", "entertainment", "lifestyle"],
  "prefer_related_applications": false
}

