{
  "name": "ScoutAI - Soccer Intelligence",
  "short_name": "ScoutAI",
  "description": "Real-time AI soccer assistant. Live scores, transfers, players, World Cup.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d211a",
  "theme_color": "#c9a24b",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Scores",
      "short_name": "Scores",
      "description": "Check live scores",
      "url": "/?q=live+scores+today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Transfer News",
      "short_name": "Transfers",
      "description": "Latest transfer news",
      "url": "/?q=latest+transfer+news",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
