{
  "name": "Aurora — Family Hub",
  "short_name": "Aurora",
  "description": "Family dashboard for tasks, calendar, meals, and rewards",
  "start_url": "/family-hub.html",
  "display": "standalone",
  "theme_color": "#C4A8E8",
  "background_color": "#FDF8F5",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "Open the shopping list",
      "url": "/family-hub.html#shopping",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Planner",
      "short_name": "Meals",
      "description": "Open the meal planner",
      "url": "/family-hub.html#pantry",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
