{
  "id": "/",
  "name": "HaLow Cloud",
  "short_name": "HaLow Cloud",
  "lang": "en",
  "dir": "ltr",
  "description": "Pace Wireless HaLow Cloud — live Wi-Fi HaLow devices, use-case telemetry, controls, and notifications.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "orientation": "any",
  "background_color": "#0C131D",
  "theme_color": "#0C131D",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Notifications",
      "short_name": "Inbox",
      "description": "Open the HaLow Cloud notification inbox",
      "url": "/?inbox=1",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Auth Key",
      "short_name": "Auth Key",
      "description": "Show your portal Auth Key for device provisioning",
      "url": "/?authkey=1",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
