{
  "name": "Clario — Personal Finance Planner",
  "short_name": "Clario",
  "description": "Plan, track, and optimize your personal finances with smart budgeting and actionable insights.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#141820",
  "theme_color": "#141820",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Transactions",
      "url": "/transactions",
      "description": "View and add transactions"
    },
    {
      "name": "Budget",
      "url": "/budget",
      "description": "Edit your budget"
    },
    {
      "name": "Reports",
      "url": "/dashboard",
      "description": "Open monthly reports"
    }
  ]
}
