{
  "name": "One Candle Ahead - Trading Simulator",
  "short_name": "One Candle Ahead",
  "description": "Free trading simulator for learning technical analysis and candlestick patterns",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/og-image.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "education", "games"],
  "lang": "en",
  "dir": "ltr"
} 