{
  "name": "Money Manager",
  "short_name": "MoneyMgr",
  "description": "Goal-focused budgeting, debt payoff & savings tracker",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1a14",
  "theme_color": "#1a7a4a",
  "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='32' fill='%231a7a4a'/><text x='50%' y='58%' font-size='100' text-anchor='middle' dominant-baseline='middle'>💰</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='80' fill='%231a7a4a'/><text x='50%' y='58%' font-size='280' text-anchor='middle' dominant-baseline='middle'>💰</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    { "name": "Debt Tracker", "url": "./index.html#debt", "description": "View your debts" },
    { "name": "Savings Goals", "url": "./index.html#savings", "description": "View your savings" }
  ]
}
