{
  "name": "scalpdbot.site",
  "short_name": "ScalpDBot",
  "description": "Build, launch, and manage automated trading workflows with scalpdbot.site.",
  "start_url": "/?source=mobile",
  "display": "standalone",
  "background_color": "#0e0e0e",
  "theme_color": "#7dd3fc",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "offline_enabled": true,
  "icons": [
    {
      "src": "/assets/images/scalpdbot-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/scalpdbot-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "scalpdbot.site Dashboard"
    },
    {
      "src": "/assets/screenshots/mobile-screenshot.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "scalpdbot.site Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Bot Builder",
      "short_name": "Builder",
      "description": "Create 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",
    "/assets/images/scalpdbot-icon.svg"
  ],
  "offline_fallback": "/offline.html"
}
