Medicine-prof Desktop Streamer

Medicine-prof Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Medicine-prof.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Medicine-prof Desktop Streamer",
  "description": "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.",
  "version": "0.1.5",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "mp-logo-16x16.png",
    "48": "mp-logo-48x48.png",
    "128": "mp-logo-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://medicine-prof.info/*"
    ]
  }
}