Vibe Desktop Streamer

Vibe Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.",
  "externally_connectable": {
    "matches": [
      "*://ltt096-36.science.upjs.sk/webrtc/*",
      "*://ltt096-36.science.upjs.sk/webrtc/dist/*",
      "*://vibe.ezuce.com/webrtc/*"
    ]
  },
  "icons": {
    "128": "viewme-logo-128x128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "name": "Vibe Desktop Streamer",
  "permissions": [
    "desktopCapture"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}