{
  "name": "Chart Compass",
  "short_name": "CC",
  "id": "/",
  "description": "Personal multi-ticker stock dashboard with watchlists, charts, alerts, and portfolio.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0e1217",
  "theme_color": "#0e1217",
  "shortcuts": [
    {
      "name": "Quotes widget",
      "short_name": "Quotes",
      "description": "Read-only live prices for your top watchlist tickers",
      "url": "/widget",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
