{
  "name": "Backcandle — Trading Simulator",
  "short_name": "Backcandle",
  "description": "Bar-by-bar trading simulator for futures and crypto. Replay real market history, execute realistic orders, auto-journal every trade.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#8b78ff",
  "background_color": "#0b0d11",
  "categories": ["finance", "education"],
  "icons": [
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Backcandle trading terminal with candlestick chart and bar-by-bar replay"
    }
  ]
}
