Link Desktop Streamer

Link Desktop Streamer

A simple extension that allows you to stream your desktop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Link Desktop Streamer",
  "description": "A simple extension that allows you to stream your desktop",
  "version": "0.1.8",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "logo-16x16.png",
    "48": "logo-48x48.png",
    "128": "logo-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:8000/*",
      "*://link-im.com/*",
      "*://openfire.meetrix.io/*"
    ]
  }
}