{
  "name": "SignBot — AI Virtual & Algo Trading Platform",
  "short_name": "SignBot",
  "description": "Rule-based algo trading on NSE & MCX. Build, backtest, paper-trade, then go live.",
  "_comment_id": "EXPLICIT APP IDENTITY (22 Aug 2026). Two PWAs now live on this origin: the trader app (here) and the staff dashboard (admin.webmanifest). Without an explicit id, Chrome derives app identity from start_url — and this manifest's scope \"/\" CONTAINS the admin app's \"/admin\", so the two are only kept apart by a defaulted value. Stating the id makes them independently installable and independently updatable: installing one can never replace or capture the other. Changing an id after release orphans every existing install, so these are now fixed forever.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#030405",
  "background_color": "#030405",
  "icons": [
    {
      "src": "/signbot-icon-192.png?v=20260815",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/signbot-icon-512.png?v=20260815",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/signbot-maskable-192.png?v=20260815",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/signbot-maskable-512.png?v=20260815",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
