Citrix Workspace Web Extension - Beta

Citrix Workspace Web Extension - Beta

Launch your workspaces anytime, anywhere without an .ica file keeping your experience safe and reliable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name_staging__",
  "description": "__MSG_ext_description_staging__",
  "version": "24.4.0",
  "manifest_version": 3,
  "minimum_chrome_version": "104",
  "permissions": [
    "nativeMessaging",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "CitrixBrowserExtension.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.map"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*/Citrix/*"
    ]
  },
  "host_permissions": [
    "*://*/Citrix/*"
  ],
  "action": {
    "default_popup": "ExtensionUI/ExtensionPage.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/Citrix/*",
        "https://client.wvd.microsoft.com/arm/webclient/aadj.html"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": true
    }
  ],
  "default_locale": "en"
}