{
  "name": "Personal FT",
  "short_name": "Personal FT",
  "description": "Personal finance tracker — quick expense logging",
  "start_url": "/dashboard/quick",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#F37335",
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Add",
      "short_name": "Add",
      "description": "Log an expense",
      "url": "/dashboard/quick"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View overview",
      "url": "/dashboard"
    }
  ]
}
