
{
  "name": "ChefBuddy - Recipe Assistant",
  "short_name": "ChefBuddy",
  "description": "Your AI-powered recipe assistant to create delicious meals from ingredients you have",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FEC6A1",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "utilities"],
  "dir": "ltr",
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ChefBuddy Recipe Generator"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Recipe",
      "url": "/",
      "description": "Generate a recipe with your ingredients"
    },
    {
      "name": "My Dashboard",
      "url": "/dashboard",
      "description": "View your saved recipes"
    }
  ]
}
