{
  "name": "biquote - Real-Time Market Data API",
  "short_name": "biquote",
  "description": "Professional real-time market data API with WebSocket streaming",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#626262",
  "theme_color": "#626262",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "productivity", "business"],
  "shortcuts": [
    {
      "name": "API Documentation",
      "short_name": "Docs",
      "description": "View API documentation",
      "url": "/swagger",
      "icons": [
        {
          "src": "/biquote-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
