JetWebinar Screen Sharing

JetWebinar Screen Sharing

This extension enables JetWebinar broadcasters to share their screen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "2019.9.16",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "jw-16.png",
    "32": "jw-32.png",
    "48": "jw-48.png",
    "128": "jw-128.png"
  },
  "author": "JetWebinar, Inc.",
  "background": {
    "scripts": [
      "screenSharing.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://phenixp2p.com/*",
      "*://*.phenixp2p.com/*",
      "*://phenixrts.com/*",
      "*://*.phenixrts.com/*",
      "*://*.jetwebinar.com/*",
      "*://*.onlinecoachinggroup.com/*"
    ]
  },
  "homepage_url": "https://www.jetwebinar.com/",
  "minimum_chrome_version": "34",
  "permissions": [
    "desktopCapture"
  ],
  "short_name": "__MSG_extShortName__"
}