{
  "name": "Income & Expense Management",
  "short_name": "IEM",
  "description": "Track income, expenses, budgets, savings, loans and net worth",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Expenses",
      "short_name": "Expenses",
      "url": "/expenses"
    },
    {
      "name": "Budgets",
      "short_name": "Budgets",
      "url": "/budgets"
    },
    {
      "name": "Net Worth",
      "short_name": "Net Worth",
      "url": "/net-worth"
    }
  ]
}
