{
  "id": "com.freshmate.app",
  "name": "FreshMate — Reduce Food Waste",
  "short_name": "FreshMate",
  "description": "Track pantry ingredients, log food waste, and generate personalized recipes to reduce household food waste.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3d6b52",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "https://media.base44.com/images/public/6a2f4eb3dc5e1b25d21203c1/7ad924087_generated_image.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://media.base44.com/images/public/6a2f4eb3dc5e1b25d21203c1/d12f70a2f_generated_image.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Open Pantry",
      "short_name": "Pantry",
      "description": "Quick access to your pantry inventory",
      "url": "/pantry",
      "icons": [
        {
          "src": "https://media.base44.com/images/public/6a2f4eb3dc5e1b25d21203c1/7ad924087_generated_image.png",
          "sizes": "194x194"
        }
      ]
    },
    {
      "name": "Generate Recipes",
      "short_name": "Recipes",
      "description": "Quick access to recipe generation",
      "url": "/recipes",
      "icons": [
        {
          "src": "https://media.base44.com/images/public/6a2f4eb3dc5e1b25d21203c1/7ad924087_generated_image.png",
          "sizes": "194x194"
        }
      ]
    }
  ]
}
