Liveness Desktop Streamer

Liveness Desktop Streamer

A simple extension that allows you to stream your desktop with Liveness Streaming.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Liveness Desktop Streamer",
  "description": "A simple extension that allows you to stream your desktop with Liveness Streaming.",
  "version": "0.1.0",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "liveness-sigle-16x16.png",
    "48": "liveness-sigle-48x48.png",
    "128": "liveness-sigle-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://stream1.liveness.tv/*",
      "*://stream2.liveness.tv/*",
      "*://stream3.liveness.tv/*",
      "*://stream4.liveness.tv/*",
      "*://stream5.liveness.tv/*",
      "*://stream6.liveness.tv/*"
    ]
  }
}