{
  "name": "Investment Analyzer AI",
  "short_name": "InvestAI",
  "description": "AI-powered portfolio tracking & market insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View your portfolio",
      "url": "/",
      "icons": [{ "src": "/icon-192.webp", "sizes": "192x192" }]
    },
    {
      "name": "Picks",
      "short_name": "Picks",
      "description": "View market picks",
      "url": "/picks",
      "icons": [{ "src": "/icon-192.webp", "sizes": "192x192" }]
    }
  ]
}
