{
  "name": "FamilyHub",
  "short_name": "FamilyHub",
  "description": "Family task management with shared chores, shopping lists, and activity tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff5f7",
  "theme_color": "#ff6b9d",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View family dashboard",
      "url": "/?tab=dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Manage tasks",
      "url": "/?tab=tasks",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shopping",
      "short_name": "Shopping",
      "description": "Shopping list",
      "url": "/?tab=shopping",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
