{
  "name": "vfun-scan — Crypto Arbitrage Scanner",
  "short_name": "vfun-scan",
  "description": "Free real-time cryptocurrency arbitrage scanner across 30+ CEX and DEX exchanges.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0e15",
  "theme_color": "#0b0e15",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "/static/img/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/img/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Arbitrage",
      "short_name": "Arbitrage",
      "description": "Cross-exchange price and funding spreads",
      "url": "/arbitrage",
      "icons": [{ "src": "/static/img/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "Live",
      "short_name": "Live",
      "description": "Real-time funding rates and prices",
      "url": "/live",
      "icons": [{ "src": "/static/img/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "Pair Monitor",
      "short_name": "TRU",
      "description": "Track a single pair across exchanges",
      "url": "/tru",
      "icons": [{ "src": "/static/img/favicon.png", "sizes": "32x32" }]
    }
  ]
}
