{
  "name": "Crypto Portfolio Tracker",
  "short_name": "Crypto Tracker",
  "description": "Track crypto holdings, allocation percentages, profit and loss, and portfolio health.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fbfcfc",
  "theme_color": "#0f766e",
  "icons": [
    {
      "src": "./icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
