WebinarJam Screen Sharing

WebinarJam Screen Sharing

WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebinarJam Screen Sharing",
  "author": "Genesis Digital, LLC",
  "version": "3.0.5",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.",
  "homepage_url": "https://www.webinarjam.com",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.genndidev.com:*/*",
      "*://*.genndi.com:*/*",
      "*://*.genndi.dev:*/*"
    ]
  }
}