{
  "short_name": "BettingCric",
  "name": "BettingCric - Cricket Predictions & Betting Tips",
  "description": "Expert cricket predictions for IPL, BBL, PSL & International matches. Get accurate cricket analysis and betting tips.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "theme_color": "#D4AF37",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "cricket", "betting", "entertainment"],
  "ios": {
    "apple-mobile-web-app-capable": "yes",
    "apple-mobile-web-app-status-bar-style": "black-translucent"
  },
  "shortcuts": [
    {
      "name": "Today's Predictions",
      "short_name": "Predictions",
      "description": "View today's cricket predictions",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cricket Tournaments",
      "short_name": "Tournaments",
      "description": "View cricket tournament standings",
      "url": "/tournaments?utm_source=pwa_shortcut",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Betting Bonuses",
      "short_name": "Bonuses",
      "description": "View cricket betting bonuses",
      "url": "/bookie-bonuses?utm_source=pwa_shortcut",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}