{
  "name": "Zippy Picker",
  "short_name": "Picker",
  "description": "Zippy picker app for accepting orders, scanning products, and printing picking receipts.",
  "start_url": "/picker/?source=pdq",
  "scope": "/picker/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f8f1",
  "theme_color": "#007f3d",
  "icons": [
    {
      "src": "/picker/zippy-picker-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Orders",
      "short_name": "Orders",
      "url": "/picker/?source=pdq-orders",
      "icons": [
        {
          "src": "/picker/zippy-picker-icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
