Citrix Workspace Web Extension

Citrix Workspace Web Extension

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


{
  "name": "__MSG_ext_name_prod__",
  "description": "__MSG_ext_description_prod__",
  "version": "23.6.5",
  "manifest_version": 3,
  "minimum_chrome_version": "104",
  "permissions": [
    "nativeMessaging",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "CitrixBrowserExtension.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.map"
      ],
      "matches": [
        "*://*.cloud.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.cloud.com/*"
    ]
  },
  "host_permissions": [
    "*://*.cloud.com/*"
  ],
  "action": {
    "default_popup": "ExtensionUI/ExtensionPage.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/Citrix/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}