{
  "name": "Financial Asset Stream",
  "short_name": "AssetStream",
  "description": "Interactive asset waterfall flow tracking income and expense balance ratios.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#090b10",
  "theme_color": "#D4AF37",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}