{
  "id": "/",
  "name": "atradeaday — Read the Market",
  "short_name": "atradeaday",
  "description": "atradeaday reads the shapes in live market data — Head & Shoulders, Double Tops, Triangles, Flags — and tells you what each one means. Gold, Silver, Bitcoin, Ethereum, updated by the second.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/lens",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0A0A08",
  "background_color": "#0A0A08",
  "categories": ["finance", "business", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bitcoin Chart",
      "short_name": "BTC",
      "description": "Analyze the live Bitcoin chart",
      "url": "/lens?symbol=BTCUSDT",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Gold Chart",
      "short_name": "Gold",
      "description": "Analyze the live Gold (PAXG) chart",
      "url": "/lens?symbol=PAXGUSDT",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ethereum Chart",
      "short_name": "ETH",
      "description": "Analyze the live Ethereum chart",
      "url": "/lens?symbol=ETHUSDT",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/acumen-1.png",
      "sizes": "1920x1440",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Live chart analysis with detected patterns"
    },
    {
      "src": "/acumen-3.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pattern recognition on mobile"
    }
  ]
}
