Browser Performance Monitoring for ControlUp VDI & DaaS

Improve visibility into the performance of Google Chrome and Microsoft Edge. Works with ControlUp for VDI & DaaS v9.0.5 and above
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Browser Performance Monitoring for ControlUp VDI & DaaS",
  "version": "1.0.54.0",
  "description": "Improve visibility into the performance of Google Chrome and Microsoft Edge. Works with ControlUp for VDI & DaaS v9.0.5 and above",
  "background": {
    "service_worker": "extensionWASM_1.0.54.0.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "CU-logo.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "extensionWASM_1.0.54.0.wasm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}