{
  "id": "/",
  "name": "MyStock AI",
  "short_name": "MyStock AI",
  "description": "MyStock AI is a personal stock market assistant that helps you track stock purchases, selling, targets, daily prices, portfolio performance, P&L, notes and investment history.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020617",
  "theme_color": "#020617",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Market Sentiment",
      "short_name": "Sentiment",
      "description": "Check real-time Indian stock market sentiment and FII/DII flow",
      "url": "/?open=sentiment",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "5-Year Earnings Tracker",
      "short_name": "Earnings",
      "description": "Explore historical annual financial statements and quarterly earnings",
      "url": "/?open=earnings",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["finance", "business", "productivity", "utilities"]
}
