{
  "name": "The Daily BETEB",
  "short_name": "BETEB",
  "description": "Daily betting intelligence — tips, live scores, AI picks across racing, football, NBA, darts & tennis.",
  "start_url": "/tips.html?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#C9A84C",
  "background_color": "#0D0D0F",
  "lang": "en-GB",
  "categories": ["sports", "news", "entertainment"],

  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon.svg",      "sizes": "any",     "type": "image/svg+xml", "purpose": "any maskable" }
  ],

  "shortcuts": [
    {
      "name": "Today's Tips",
      "short_name": "Tips",
      "description": "Today's racing and football tips",
      "url": "/tips.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Live Scores",
      "short_name": "Live",
      "description": "Live scores and Betfair exchange prices",
      "url": "/live.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Ask BETEB",
      "short_name": "AI Chat",
      "description": "Chat with BETEB AI agent",
      "url": "/beteb.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Bankroll",
      "short_name": "P&L",
      "description": "Track your betting P&L",
      "url": "/bankroll.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/tips-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's Tips"
    }
  ],

  "prefer_related_applications": false
}
