{
  "name": "Broughton Hub",
  "short_name": "Hub",
  "description": "The Broughton family hub — chores, tasks, and home management.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#c9a84c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chores",
      "url": "/chores.html",
      "description": "View the cleaning schedule"
    },
    {
      "name": "Tasks",
      "url": "/tasks.html",
      "description": "View AI-processed email tasks"
    }
  ]
}
