{
  "name": "Pack Matrix — Lab Pack Builder",
  "short_name": "Pack Matrix",
  "description": "Cited hazardous-waste determinations, compatible lab packs, and per-drum packing lists. Determinations run in your browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1b2a",
  "theme_color": "#0d1b2a",
  "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": "Open Lab Pack Builder",
      "short_name": "Builder",
      "description": "Go straight to the working inventory.",
      "url": "/builder",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Add waste",
      "short_name": "Add waste",
      "description": "Open the builder ready to add a container.",
      "url": "/builder?add=1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
