{
  "name": "Wajbah AI — AI Recipe Generator & Meal Planner",
  "short_name": "Wajbah AI",
  "description": "Turn a photo of your fridge, a list of ingredients or a craving into restaurant-grade recipes with AI. Nutrition tracking, smart shopping lists and meal planning in one platform.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f2ea",
  "theme_color": "#f7f2ea",
  "lang": "en",
  "dir": "auto",
  "categories": ["food", "lifestyle", "health", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Scan my fridge",
      "short_name": "Scan",
      "description": "Photograph what you have and get recipes back",
      "url": "/app/scanner?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Generate a recipe",
      "short_name": "Generate",
      "description": "Describe a craving and get a full recipe",
      "url": "/app/generator?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal planner",
      "short_name": "Planner",
      "description": "Plan the week and build the shopping list",
      "url": "/app/planner?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
