{
  "id": "/",
  "name": "ArbX — Automated Solana Arbitrage",
  "short_name": "ArbX",
  "description": "Deploy automated arbitrage bots on Solana. 24/7 DEX trading across Raydium, Orca, Jupiter, Meteora and more.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "theme_color": "#0a0a0b",
  "background_color": "#0a0a0b",
  "orientation": "any",
  "categories": ["finance", "productivity"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "icons": [
    { "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Bot Dashboard",
      "short_name": "Dashboard",
      "description": "View and manage your trading bots",
      "url": "/serverless?source=shortcut"
    },
    {
      "name": "Monitoring",
      "short_name": "Monitor",
      "description": "Portfolio analytics and performance",
      "url": "/monitoring?source=shortcut"
    },
    {
      "name": "Research",
      "short_name": "Research",
      "description": "Token and pool research",
      "url": "/research?source=shortcut"
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Get help",
      "url": "/support?source=shortcut"
    }
  ],
  "share_target": {
    "action": "/share-handler",
    "method": "GET",
    "params": {
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/serverless?import=1",
      "accept": {
        "application/json": [".arbx", ".json"]
      }
    }
  ],
  "screenshots": [
    { "src": "/static/screenshots/desktop.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Trading dashboard with real-time bot management" },
    { "src": "/static/screenshots/mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "Mobile bot control and monitoring" }
  ]
}
