IBM Aspera Connect

IBM Aspera Connect

Enables high-speed Aspera transfers.

Additional files are visible only to premium users

manifest.json


{
  "name": "IBM Aspera Connect",
  "version": "4.1.1.1",
  "description": "Enables high-speed Aspera transfers.",
  "default_locale": "en",
  "author": "ibm",
  "manifest_version": 2,
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "asperaweb.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "nativeMessaging",
    "activeTab"
  ],
  "icons": {
    "256": "icon-256.png"
  },
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "applications": {
    "gecko": {
      "id": "connect@aspera.ibm.com"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}