{
  "name": "ZETASPORTS",
  "short_name": "ZETASPORTS",
  "description": "Live football scores, news and streaming",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05080f",
  "theme_color": "#2979ff",
  "orientation": "portrait",
  "lang": "en",
  "scope": "/",
  "categories": ["sports", "news"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Matches",
      "short_name": "Live",
      "description": "View live football matches",
      "url": "/?screen=matches&filter=live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Read latest football news",
      "url": "/?screen=news",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
