{
  "name": "Playng — Your Game. Your Legacy.",
  "short_name": "Playng",
  "description": "Find matches, track IPL live scores, join your city's sports community.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A0E02",
  "theme_color": "#D4A017",
  "orientation": "portrait-primary",
  "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": [
    {
      "src": "/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["sports", "entertainment"],
  "shortcuts": [
    {
      "name": "IPL 2026",
      "short_name": "IPL",
      "description": "Live scores, points table, squads",
      "url": "/ipl.html",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Find a Match",
      "short_name": "Find Match",
      "description": "Find sports matches near you",
      "url": "/#matches",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}