{
  "name": "Plant Mode - Ingredient Swap & Recipe Transformer",
  "short_name": "Plant Mode",
  "description": "Transform any recipe with smart ingredient swaps using Plant Mode",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "health"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/lovable-uploads/9ca46aed-e245-44d6-bdf4-9fce6e519d72.png",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Plant Mode Desktop - Home"
    },
    {
      "src": "/screenshots/mobile-ingredient-lookup.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Plant Mode Mobile - Ingredient Lookup"
    }
  ],
  "shortcuts": [
    {
      "name": "Ingredient Lookup",
      "short_name": "Ingredients",
      "description": "Find plant-based ingredient substitutes",
      "url": "/ingredient-lookup",
      "icons": [{ "src": "/lovable-uploads/9ca46aed-e245-44d6-bdf4-9fce6e519d72.png", "sizes": "96x96" }]
    },
    {
      "name": "Recipe Transformer",
      "short_name": "Recipes",
      "description": "Transform recipes to plant-based",
      "url": "/recipe-transformer",
      "icons": [{ "src": "/lovable-uploads/9ca46aed-e245-44d6-bdf4-9fce6e519d72.png", "sizes": "96x96" }]
    }
  ]
}