{
  "short_name": "Meal Manager",
  "name": "Family Meal Management System",
  "description": "Plant-based family meal planning and management with smart scheduling",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png", 
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#059669",
  "background_color": "#ecfdf5",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "productivity", "health"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Set Next Meal",
      "short_name": "Next Meal",
      "description": "Quickly assign the next meal to be served",
      "url": "/?action=setNextMeal",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View All Meals",
      "short_name": "All Meals", 
      "description": "Browse and filter all meals",
      "url": "/?view=meals",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],  
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-desktop.png", 
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide"
    }
  ]
}
