{
  "name": "Pitchside — Insider Sports Analysis with Leo M",
  "short_name": "Pitchside",
  "description": "AI-powered match predictions, value bets and odds comparison. Ask Leo M anything about tonight's matches.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0f0f1c",
  "theme_color": "#0f0f1c",
  "orientation": "portrait",
  "categories": ["sports", "news", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/favicon-16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "/icons/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/icons/apple-touch-icon-76.png", "sizes": "76x76", "type": "image/png" },
    { "src": "/icons/apple-touch-icon-120.png", "sizes": "120x120", "type": "image/png" },
    { "src": "/icons/apple-touch-icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/apple-touch-icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "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 Top Pick",
      "short_name": "Top Pick",
      "description": "See Leo M's highest-confidence pick for today",
      "url": "/app?shortcut=top",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask Leo M",
      "short_name": "Chat",
      "description": "Chat with Leo M about any match",
      "url": "/app/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Results Tracker",
      "short_name": "Results",
      "description": "Check Leo's recent accuracy and results",
      "url": "/app/results",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
