{
  "name": "Istry POS",
  "short_name": "Istry",
  "description": "Point of Sale by Istry",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1D1D1B",
  "theme_color": "#1D1D1B",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Kitchen Display",
      "short_name": "Kitchen",
      "url": "/kds"
    },
    {
      "name": "Bar Display",
      "short_name": "Bar",
      "url": "/bar"
    },
    {
      "name": "Floor",
      "short_name": "Floor",
      "url": "/floor"
    },
    {
      "name": "Open Shift",
      "short_name": "Shift",
      "url": "/?shift=open"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/orders"
    }
  ]
}
