{
  "name": "AnLTracker",
  "short_name": "AnLTracker",
  "description": "Track your finances, assets, and net worth in one place.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='24' fill='%233b82f6'/><text y='140' x='20' font-size='140' font-family='system-ui'>📊</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='64' fill='%233b82f6'/><text y='380' x='40' font-size='380' font-family='system-ui'>📊</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard.html",
      "description": "View your financial overview"
    },
    {
      "name": "Add Expense",
      "url": "/money.html",
      "description": "Log an expense quickly"
    },
    {
      "name": "Wealth",
      "url": "/wealth.html",
      "description": "View assets and liabilities"
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": []
}
