{
  "name": "VestMetric - Portfolio Tracker",
  "short_name": "VestMetric",
  "description": "Track your stock and crypto portfolios, search markets, and monitor watchlists.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1117",
  "theme_color": "#0ea5e9",
  "lang": "en-US",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "images/logo_round.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo_round.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your portfolio dashboard",
      "url": "/#/dashboard",
      "icons": [{ "src": "images/logo_round.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search market tickers",
      "url": "/#/search",
      "icons": [{ "src": "images/logo_round.png", "sizes": "192x192" }]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "description": "View your watchlists",
      "url": "/#/watchlist",
      "icons": [{ "src": "images/logo_round.png", "sizes": "192x192" }]
    }
  ]
}

