{
  "name": "Total Worth - Personal Wealth Tracker",
  "short_name": "Total Worth",
  "description": "Track your net worth across real estate, cash accounts, and investments. Visualize wealth evolution over time with interactive charts. Free and privacy-first.",
  "start_url": "/dashboard",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f5f0e6",
  "theme_color": "#f5c842",
  "orientation": "any",
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your wealth dashboard and charts",
      "url": "/dashboard",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Fixed Assets",
      "short_name": "Assets",
      "description": "Manage your real estate and fixed assets",
      "url": "/assets",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Liquidity",
      "short_name": "Cash",
      "description": "Manage your multi-currency cash accounts",
      "url": "/cash",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Investments",
      "short_name": "Invest",
      "description": "Track your crypto and stock investments",
      "url": "/investments",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
