{
  "name": "Ender's Game Trading Sim",
  "short_name": "EGTS",
  "description": "A replay-driven order-flow trading game. Read the tape, work the DOM ladder, and bank the PnL — free, in-browser, works offline.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#010409",
  "theme_color": "#010409",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
