Vizu.live screen capture

Vizu.live screen capture

Add Screen Sharing capabilities to web applications

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vizu.live screen capture",
  "description": "Add Screen Sharing capabilities to web applications",
  "version": "1.0.2",
  "background": {
    "scripts": [
      "extension.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://vizu.live/*",
      "*://test.vizu.live/*",
      "*://devmeetnow.ngmedia.live/*",
      "*://meetnow.ngmedia.live/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}