{
  "name": "InvestTrack Pro",
  "short_name": "InvestTrack",
  "description": "Investor Management & Return Tracking",
  "start_url": "/pages/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1b3d",
  "theme_color": "#1a56db",
  "orientation": "portrait-primary",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml"
    }
  ]
}
