{
  "name": "KickGrid",
  "short_name": "KickGrid",
  "description": "Live football scores, predictions & standings — Premier League, La Liga and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#e8001d",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["sports", "news"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Scores",
      "short_name": "Scores",
      "description": "Check live match scores",
      "url": "/#scores",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Predict",
      "short_name": "Predict",
      "description": "Make match predictions",
      "url": "/#predict",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Standings",
      "short_name": "Standings",
      "description": "View league standings",
      "url": "/#standings",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "KickGrid — Live Scores & Predictions"
    }
  ]
}
