{
  "name": "LC Warehouse",
  "short_name": "LC WH",
  "description": "JFK-16733 Warehouse Operations",
  "start_url": "/warehouse.html",
  "display": "standalone",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/warehouse-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/warehouse-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Receiving",
      "short_name": "Receive",
      "url": "/warehouse.html#receiving",
      "description": "Inbound receiving"
    },
    {
      "name": "Outbound",
      "short_name": "Outbound",
      "url": "/warehouse.html#outbound",
      "description": "Outbound dispatch"
    }
  ]
}
