{
  "name": "Elite Betting Platform",
  "short_name": "BetPlatform",
  "description": "World-class betting platform with live sports, real-time odds, and advanced features",
  "theme_color": "#1e40af",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/?utm_source=pwa",
  "id": "betting-platform-pwa",
  "categories": ["sports", "entertainment", "games"],
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Live Sports",
      "short_name": "Live",
      "description": "View live sports and matches",
      "url": "/sports?utm_source=pwa_shortcut"
    },
    {
      "name": "My Bets",
      "short_name": "Bets",
      "description": "View your active and settled bets",
      "url": "/bets?utm_source=pwa_shortcut"
    }
  ],

  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
