{
  "name": "Deriv Bot — Automated Trading Platform",
  "short_name": "Deriv Bot",
  "description": "Build and run automated trading bots without writing code. Use quick strategies, a visual bot builder, and step-by-step guides to trade smarter.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#F8FAFC",
  "theme_color": "#10B981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Deriv Bot Dashboard"
    },
    {
      "src": "/assets/screenshots/mobile-screenshot.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Deriv Bot Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Bot Builder",
      "short_name": "Builder",
      "description": "Create a new trading bot",
      "url": "/?shortcut=builder",
      "icons": [{ "src": "/assets/icons/IcBotBuilder.svg", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View bot performance",
      "url": "/?shortcut=dashboard",
      "icons": [{ "src": "/assets/icons/IcDashboard.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "cache_resources": [
    "/",
    "/offline.html",
    "/manifest.json",
    "/favicon.ico",
    "/android-chrome-192x192.png"
  ],
  "offline_fallback": "/offline.html"
}