{
  "name": "Botivex",
  "short_name": "Botivex",
  "version": "1.2.0",
  "description": "Advanced trading bot platform for cryptocurrency trading",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#f6f6f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/Home/Dashboard",
      "description": "View your trading dashboard"
    },
    {
      "name": "Create Bot",
      "url": "/Home/CreateMatrixBot",
      "description": "Create a new trading bot"
    }
  ]
}
