{
  "name": "Fridge to Fork - Smart Meal Planner",
  "short_name": "Fridge to Fork",
  "description": "AI-powered meal planning and pantry management. Scan ingredients, get personalized meal suggestions, and plan your week.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f0fdf4",
  "theme_color": "#10b981",
  "categories": ["food", "lifestyle", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Ingredient",
      "short_name": "Add",
      "description": "Quickly add an ingredient to your pantry",
      "url": "/?action=add",
      "icons": [
        {
          "src": "images/icons/add-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Pantry",
      "short_name": "Pantry",
      "description": "View your current pantry inventory",
      "url": "/?view=pantry",
      "icons": [
        {
          "src": "images/icons/pantry-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Meal Plan",
      "short_name": "Meals",
      "description": "View your weekly meal plan",
      "url": "/?view=meals",
      "icons": [
        {
          "src": "images/icons/meals-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Main interface with pantry and meal planning"
    },
    {
      "src": "images/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view with ingredient management"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
