{
  "name": "PokéStocks - Pokémon TCG Portfolio Tracker",
  "short_name": "PokéStocks",
  "description": "Track your Pokémon TCG investments with live market prices, portfolio analytics, and AI-powered valuations.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b1221",
  "theme_color": "#0b1221",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["finance", "utilities"],
  "lang": "en-US",
  "dir": "ltr"
}
