{
  "name": "OpsHub · GCG Stay",
  "short_name": "OpsHub",
  "description": "Linen and inventory for GCG Stay: log bags, and find what we already own.",
  "id": "/",
  "start_url": "./?src=home",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f6f7f9",
  "theme_color": "#0e1015",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clean bags out",
      "short_name": "Clean out",
      "description": "Log clean bags handed to a cleaning company",
      "url": "./?t=log&k=deliver",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dirty bags in",
      "short_name": "Dirty in",
      "description": "Log dirty bags collected from a cleaning company",
      "url": "./?t=log&k=collect",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "To the laundry",
      "short_name": "To laundry",
      "description": "Log dirty bags sent out to be washed",
      "url": "./?t=log&k=to_laundry",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bag stock",
      "short_name": "Stock",
      "description": "Where every bag is right now",
      "url": "./?t=stock",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Find something we own",
      "short_name": "Find it",
      "description": "Before you buy anything, check whether we already have one",
      "url": "./?t=find",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
