{
  "name": "KitchenPal - Smart Kitchen Companion",
  "short_name": "KitchenPal",
  "description": "Manage your kitchen inventory, reduce food waste, and discover meal ideas with personalized insights",
  "theme_color": "#10b981",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "https://kitchenpal.ai/",
  "start_url": "https://kitchenpal.ai/",
  "id": "/kitchenpal",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity", "utilities"],
  "share_target": {
    "action": "/share-recipe",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "shortcuts": [
    {
      "name": "Add to Inventory",
      "short_name": "Add Item",
      "description": "Add items to your kitchen inventory",
      "url": "/inventory/add",
      "icons": [{ "src": "/icons/shortcut-add.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Browse Meals",
      "short_name": "Meals",
      "description": "Browse recipes and meal ideas",
      "url": "/meals",
      "icons": [{ "src": "/icons/shortcut-meals.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Grocery List",
      "short_name": "Grocery",
      "description": "View your grocery list",
      "url": "/grocery",
      "icons": [{ "src": "/icons/shortcut-grocery.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Import Recipe",
      "short_name": "Import",
      "description": "Import a recipe from YouTube, TikTok, or any website",
      "url": "/share-recipe",
      "icons": [{ "src": "/icons/shortcut-add.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "/splash/splash-generic.svg",
      "sizes": "1170x2532",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "KitchenPal home screen"
    }
  ],
  "icons": [
    {
      "src": "/images/kitchenpal-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/kitchenpal-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/kitchenpal-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}