{
  "name": "Habitatio",
  "short_name": "Habitatio",
  "description": "Your personal life operating system — Money, Goals, Household, and AI insights.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f0ff",
  "theme_color": "#4555a8",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Money",
      "url": "/money",
      "description": "Track spending and budgets"
    },
    {
      "name": "Goals",
      "url": "/goals",
      "description": "Savings targets"
    },
    {
      "name": "Household",
      "url": "/household",
      "description": "Tasks and shopping list"
    }
  ]
}
