Zillion Live WebRTC Screen Capture

Zillion Live WebRTC Screen Capture

This extension allows WebRTC connections to use the screen as a video source.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zillion Live WebRTC Screen Capture",
  "version": "3.0.01",
  "description": "This extension allows WebRTC connections to use the screen as a video source.",
  "author": "Zillion Group",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "homepage_url": "https://zillion.com",
  "minimum_chrome_version": "34",
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.example.com/*",
      "*://localhost/*",
      "*://*.myrealappeal.load/*",
      "*://*.realappeal.com/*",
      "*://*.myzillion.load/*",
      "*://*.zillion.com/*",
      "*://*.restorehealth.com/*"
    ]
  }
}