HQWebinar Screen Sharing

HQWebinar Screen Sharing

Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HQWebinar Screen Sharing",
  "author": "HQWebinar",
  "version": "1.0.0",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform",
  "homepage_url": "https://www.hqwebinar.live/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.hqwebinar.live/webinar/*",
      "https://*.hqwebinar.live/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon128.png"
  ]
}