{
  "name": "koora live",
  "short_name": "koora live",
  "description": "Live match tracking and sports news",
  "start_url": "/en/?source=pwa",
  "scope": "/en/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#b31919",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "news"],
  "shortcuts": [
    {
      "name": "Matches",
      "short_name": "Matches",
      "description": "View live matches",
      "url": "/en/matches",
      "icons": [{"src": "/web-app-manifest-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "Latest sports news",
      "url": "/en/news",
      "icons": [{"src": "/web-app-manifest-192x192.png", "sizes": "192x192"}]
    }
  ]
}
