{
  "id": "/",
  "name": "BLW Inventory Management System",
  "short_name": "BLW Inventory",
  "description": "Comprehensive inventory management system for BLW",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "background_color": "#f8fafc",
  "theme_color": "#0e1789",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "OPUS iPads",
      "short_name": "iPads",
      "description": "View and manage OPUS iPads",
      "url": "/assets",
      "icons": [
        {
          "src": "/shortcuts/shortcut-ipads.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Demo Devices",
      "short_name": "Demo Devices",
      "description": "View and manage demo devices",
      "url": "/demo-devices",
      "icons": [
        {
          "src": "/shortcuts/shortcut-demo-devices.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Stores",
      "short_name": "Stores",
      "description": "View store locations",
      "url": "/stores",
      "icons": [
        {
          "src": "/shortcuts/shortcut-stores.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View notifications and alerts",
      "url": "/notifications",
      "icons": [
        {
          "src": "/shortcuts/shortcut-notifications.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "screenshots": [
    {
      "src": "/screenshots/desktop-light.png",
      "sizes": "1024x571",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BLW Inventory Dashboard - Light Theme"
    },
    {
      "src": "/screenshots/desktop-dark.png",
      "sizes": "1024x569",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BLW Inventory Dashboard - Dark Theme"
    },
    {
      "src": "/screenshots/mobile-landscape-light.png",
      "sizes": "1024x747",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BLW Inventory Mobile Landscape - Light Theme"
    },
    {
      "src": "/screenshots/mobile-landscape-dark.png",
      "sizes": "1024x747",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BLW Inventory Mobile Landscape - Dark Theme"
    },
    {
      "src": "/screenshots/mobile-portrait-light.png",
      "sizes": "468x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BLW Inventory Mobile Portrait - Light Theme"
    },
    {
      "src": "/screenshots/mobile-portrait-dark.png",
      "sizes": "471x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BLW Inventory Mobile Portrait - Dark Theme"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+blw",
      "url": "/?protocol=%s"
    },
    {
      "protocol": "web+blwinventory",
      "url": "/?protocol=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
