{
  "name": "ExpensePilot",
  "short_name": "ExpensePilot",
  "description": "Smart Expense Tracker",
  "start_url": "/expensepilot/",
  "scope": "/expensepilot/",
  "display": "standalone",
  "background_color": "#0A0C1B",
  "theme_color": "#6366F1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/expensepilot/logo192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/expensepilot/logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}