{
  "name": "Cricket Fan Pulse",
  "short_name": "CricPulse",
  "description": "Your second-screen cricket companion — live scores, predictions, and fan chat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1a2e",
  "theme_color": "#1de9b6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
