{
  "name": "Family Hub",
  "short_name": "Family Hub",
  "description": "Reichelt Family Hub — Calendar, Lists, Chores & Meals",
  "theme_color": "#4F46E5",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "any",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/?tab=calendar",
      "description": "View family calendar"
    },
    {
      "name": "Lists",
      "short_name": "Lists",
      "url": "/?tab=lists",
      "description": "Shopping lists"
    }
  ]
}
