{
  "name": "DTNexus DBot - Lightning-Fast Automated Trading",
  "short_name": "DTNexus DBot",
  "description": "Lightning-fast automated trading exclusive to DTNexus. No coding needed. Powered by Deriv.",
  "start_url": "/bot/?source=mobile",
  "display": "standalone",
  "background_color": "#0e0e0e",
  "theme_color": "#395aff",
  "orientation": "portrait-primary",
  "scope": "/bot/",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "offline_enabled": true,
  "icons": [
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/bot/assets/images/dtnexus/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/bot/assets/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DTNexus DBot Dashboard"
    },
    {
      "src": "/bot/assets/screenshots/mobile-screenshot.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DTNexus DBot Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Bot Builder",
      "short_name": "Builder",
      "description": "Create new trading bot",
      "url": "/bot/?shortcut=builder",
      "icons": [
        {
          "src": "/bot/assets/icons/IcBotBuilder.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View bot performance",
      "url": "/bot/?shortcut=dashboard",
      "icons": [
        {
          "src": "/bot/assets/icons/IcDashboard.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "cache_resources": [
    "/bot/",
    "/bot/offline.html",
    "/bot/manifest.json",
    "/bot/assets/images/dtnexus/icon.png"
  ],
  "offline_fallback": "/bot/offline.html"
}