Companion Screenshare Utility

Companion Screenshare Utility

Companion Web utility for screen share

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Companion Screenshare Utility",
  "description": "Companion Web utility for screen share",
  "version": "1.0.7",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.compunetix.com/*",
      "*://*.choruscall.com/*",
      "*://*.virtualmcu.com/*",
      "*://*.conferencecall.international/*",
      "*://*.mnfgroup.limited/*",
      "*://*.mynetfone.com.au/*",
      "*://*.symbionetworks.com/*",
      "*://*.iboss.com.au/*",
      "*://*.vcontactcenter.com/*",
      "*://*.1clickvc.com/*",
      "*://*.vc2cloud.com/*",
      "*://*.aethra.net/*",
      "*://*.bcme.global/*",
      "*://*.choruscallasia.com/*",
      "*://*.choruscallasia.net/*",
      "*://*.newvideoconference.com/*",
      "*://evergreen.is-by.us/*"
    ],
    "accepts_tls_channel_id": true
  }
}