Enso.me Desktop Streamer

Enso.me Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Enso.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Enso.me Desktop Streamer",
  "description": "A simple extension that allows you to stream your desktop into meetings with Enso.",
  "version": "0.1.10",
  "minimum_chrome_version": "34",
  "icons": {},
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://enso.me/*",
      "*://*.atlassian.io/*",
      "*://pawel.jitsi.net/*",
      "*://hristo.jitsi.net/*",
      "*://localhost:*/*"
    ]
  }
}