{
  "name": "WealthCaptain",
  "short_name": "WealthCaptain",
  "description": "Financial literacy through gameplay. Real news, real decisions, real understanding.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2663ff",
  "orientation": "portrait-primary",
  "categories": ["education", "finance", "games"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232663ff'/><text y='.9em' font-size='80' x='10'>₿</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play WealthCaptain",
      "short_name": "Play",
      "description": "Jump into the trading game",
      "url": "/play.html",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232663ff'/><polygon points='30,20 80,50 30,80' fill='white'/></svg>", "sizes": "96x96"}]
    },
    {
      "name": "Classroom",
      "short_name": "Classroom",
      "description": "InvestmentTEAM for schools",
      "url": "/classroom.html"
    },
    {
      "name": "Live Portfolio",
      "short_name": "Portfolio",
      "description": "Track your paper portfolio",
      "url": "/portfolio.html"
    }
  ]
}
