{
  "id": "/user/",
  "name": "Hafith — Financial cockpit for projects, expenses & invoices",
  "short_name": "Hafith",
  "description": "Offline-first, AES-encrypted financial cockpit. Track projects, expenses, recurring subscriptions, multi-currency income, clients, invoices, AR aging, cash flow, savings goals, and tax reserves — with 8 PDF reports and encrypted cloud sync.",
  "start_url": "/user",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B1020",
  "theme_color": "#0B1020",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/user",
      "description": "View your financial overview"
    },
    {
      "name": "Add Expense",
      "url": "/user/expenses",
      "description": "Log a new expense"
    },
    {
      "name": "Projects",
      "url": "/user/projects",
      "description": "Manage your projects"
    }
  ]
}
