Saba Meeting Connector

Saba Meeting Connector

Enables the user to launch into Saba Meeting events within Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Saba Meeting Connector",
  "version": "8.5.10",
  "description": "Enables the user to launch into Saba Meeting events within Firefox.",
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "56.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}