{
  "name": "StockMVP - Invest Like the Pros",
  "short_name": "StockMVP",
  "description": "Comprehensive financial dashboard with DCF calculator, insider trading data, and institutional ownership tracking",
  "start_url": "/market-overview",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2196f3",
  "background_color": "#ffffff",
  "dir": "auto",
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "finance",
    "business",
    "trading"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Search Stocks",
      "short_name": "Search",
      "description": "Search for stock symbols",
      "url": "/search"
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "description": "View your watchlist",
      "url": "/watchlist"
    }
  ]
}
