{
  "short_name": "H. A. Inventory",
  "name": "H. A. Electric Inventory Hub",
  "description": "Master Inventory Control and Tool Audit Portal",
  "icons": [
    {
      "src": "/hub-icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/hub-icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "id": "/inventory-portal/",
  "start_url": "/shop-tools/?utm_source=pwa",
  "background_color": "#0d0221",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#0d0221",
  "shortcuts": [
    {
      "name": "Photo Audit",
      "short_name": "Audit",
      "description": "Open Photo Audit & Discovery",
      "url": "/inventory-portal/?page=missingImages",
      "icons": [{ "src": "/audit-icon.png", "sizes": "192x192" }]
    }
  ],
  "orientation": "portrait"
}