{
  "name": "TickerCoach — AI-Powered Stock Analysis",
  "short_name": "TickerCoach",
  "description": "Real-time stock tracking with AI-powered analysis and technical indicators",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-apple.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Stock Analysis Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "View Watchlist",
      "url": "/",
      "description": "View your stock watchlist"
    }
  ]
}
