oneview Desktop Streamer

oneview Desktop Streamer

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

Merlin
Additional files are visible only to premium users

manifest.json


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