{
  "name": "Fridge Chef — Recipes from your fridge",
  "short_name": "Fridge Chef",
  "description": "Photograph your fridge or your shopping receipt and get recipes made from the ingredients you already have.",
  "id": "/fridgechef",
  "start_url": "/fridgechef",
  "scope": "/fridgechef",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "food",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "/fridgechef/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/fridgechef/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/fridgechef/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan receipt",
      "short_name": "Receipt",
      "url": "/fridgechef?mode=receipt",
      "icons": [
        {
          "src": "/fridgechef/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Saved recipes",
      "short_name": "Saved",
      "url": "/fridgechef?view=saved",
      "icons": [
        {
          "src": "/fridgechef/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
