Vitim Desktop Streamer

Vitim Desktop Streamer

A simple extension that allows you to stream your desktop into calls with Vitim.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vitim Desktop Streamer",
  "description": "A simple extension that allows you to stream your desktop into calls with Vitim.",
  "version": "0.1.7",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "vitim-logo-16x16.png",
    "48": "vitim-logo-48x48.png",
    "128": "vitim-logo-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.vit.im/*",
      "https://*.vitim.ch/*",
      "https://*.vitim.net/*",
      "https://*.swissjpd.ch/*"
    ]
  }
}