{
  "name": "Sous Chef - AI Meal Planning",
  "short_name": "Sous Chef",
  "description": "Plan your meals for the week with AI-powered suggestions",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fefdf8",
  "theme_color": "#687a57",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle", "health"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Meal Planner",
      "short_name": "Planner",
      "description": "View and edit your weekly meal plan",
      "url": "/planner",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse your recipe collection",
      "url": "/recipes",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
