{
  "name": "Cook What's There",
  "short_name": "Cook",
  "description": "Simple recipe ideas from the ingredients you already have.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff8ef",
  "theme_color": "#287357",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find recipes",
      "url": "/"
    }
  ]
}
