{
  "name": "Nourish Pick",
  "short_name": "Pick",
  "description": "Nourish Food Club warehouse picking",
  "start_url": "/pick",
  "scope": "/pick",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f6f9",
  "theme_color": "#15293f",
  "icons": [
    {
      "src": "/pick-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pick-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}