{
  "name": "MealPrep Cloud",
  "short_name": "MealPrep",
  "description": "Family meal planning, recipe manager, and smart shopping list",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2c3e50",
  "theme_color": "#2c3e50",
  "orientation": "portrait",
  "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": "Shopping List",
      "short_name": "Shopping",
      "description": "Jump directly to the shopping list",
      "url": "/?section=shopping",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Plan",
      "short_name": "Plan",
      "description": "Jump directly to the weekly planner",
      "url": "/?section=planner",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
