{
  "name": "Income & Expense Tracker",
  "short_name": "Expense Tracker",
  "description": "Multi-user income and expense management with approvals and reports",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e1b4b",
  "theme_color": "#3730a3",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Tracker",
      "short_name": "Daily",
      "description": "Add income or expense",
      "url": "./index.html#daily"
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View monthly reports",
      "url": "./index.html#monthly"
    }
  ]
}
