{
  "name": "Deep RAG",
  "short_name": "Deep RAG",
  "id": "com.swingbtc.traderai",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#00b4d8",
  "description": "Multi-Asset Monitoring & Trading Intelligence",
  "categories": [
    "finance",
    "business"
  ],
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/static/icons/badge-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile.png",
      "sizes": "500x693",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat Interface Mobile"
    },
    {
      "src": "/static/screenshots/desktop.png",
      "sizes": "1264x693",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Chat Interface Desktop"
    }
  ]
}