{
  "name": "HeyDividend - AI-Powered Dividend Portfolio Management",
  "short_name": "HeyDividend",
  "description": "Track, analyze, and optimize your dividend investments with AI-powered insights. Features include dividend screening, portfolio tracking, income forecasting, DRIP calculator, and Harvey AI assistant.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dividend Dashboard with AI Insights"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dividend portfolio dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dividend Screener",
      "short_name": "Screener",
      "description": "Screen dividend stocks by yield, frequency, and risk",
      "url": "/dividend-screener",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calculator",
      "short_name": "Calculator",
      "description": "Calculate dividend compound growth",
      "url": "/dividend-calculator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask Harvey AI",
      "short_name": "Harvey AI",
      "description": "Chat with your dividend investment AI assistant",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
