{
  "name": "FridgeFirst",
  "short_name": "FridgeFirst",
  "description": "AI meal planning that starts with your fridge",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#2D4A3E",
  "theme_color": "#2D4A3E",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity", "health"],
  "icons": [
    {
      "src": "/icons/icon-72.png?v=2",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png?v=2",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png?v=2",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Fridge",
      "short_name": "Scan",
      "description": "Snap your fridge and generate recipes from what's inside",
      "url": "/discover?mode=scan",
      "icons": [
        { "src": "/icons/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "This Week's Plan",
      "short_name": "Plan",
      "description": "Open the weekly meal planner",
      "url": "/planner",
      "icons": [
        { "src": "/icons/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Grocery List",
      "short_name": "Grocery",
      "description": "Open the auto-generated grocery list",
      "url": "/grocery",
      "icons": [
        { "src": "/icons/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/screenshot-dashboard.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FridgeFirst dashboard with the weekly plan, cravings, and pantry items"
    },
    {
      "src": "/screenshots/screenshot-recipe.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "An AI-generated recipe with ingredients, steps, and nutrition"
    }
  ]
}
