{
  "name": "Virtual Kitchyn",
  "short_name": "Virtual Kitchyn",
  "description": "AI-powered recipe generator and meal planner",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f0eb",
  "theme_color": "#2d7a4f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1556910103-1c02745a30bf?w=192&h=192&fit=crop",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://images.unsplash.com/photo-1556910103-1c02745a30bf?w=512&h=512&fit=crop",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle", "utilities"],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1556910103-1c02745a30bf?w=1280&h=720&fit=crop",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Recipes",
      "short_name": "Recipes",
      "description": "Create new recipes from your pantry",
      "url": "/recipes",
      "icons": [{ "src": "https://images.unsplash.com/photo-1556910103-1c02745a30bf?w=96&h=96&fit=crop", "sizes": "96x96" }]
    },
    {
      "name": "My Pantry",
      "short_name": "Pantry",
      "description": "View your pantry items",
      "url": "/",
      "icons": [{ "src": "https://images.unsplash.com/photo-1556910103-1c02745a30bf?w=96&h=96&fit=crop", "sizes": "96x96" }]
    }
  ]
}
