{
  "name": "StatsPick - Smart Football Analytics",
  "short_name": "StatsPick",
  "description": "Pick Smart with StatsPick - Football analytics and predictions",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "id": "statspick-football-analytics",
  "background_color": "#111827",
  "theme_color": "#1A2537",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["sports", "entertainment"],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Fixtures List"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Player Stats"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Fixtures",
      "url": "/?tab=today",
      "description": "View today's matches"
    },
    {
      "name": "Week's Fixtures",
      "url": "/?tab=week",
      "description": "View this week's matches"
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "edge_side_panel": {},
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}