{
  "name": "Family Hub",
  "short_name": "Family Hub",
  "description": "Your family's command center — recipes, pantry, meal planning, and more",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "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": "Add Recipe",
      "url": "/recipes/new",
      "description": "Import a new recipe"
    },
    {
      "name": "Update Pantry",
      "url": "/pantry/add",
      "description": "Add pantry items"
    },
    {
      "name": "What Can I Make?",
      "url": "/recipes/generate",
      "description": "Find recipes from pantry"
    }
  ]
}
