IBM Aspera Connect

IBM Aspera Connect

Enables high-speed Aspera transfers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IBM Aspera Connect",
  "version": "5.0.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "ibm",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "asperaweb.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "256": "icon-256.png"
  }
}