Jitsi Extension for Embedded Systems UDE

Jitsi Extension for Embedded Systems UDE

Extension that allows you to stream your desktop via the ES UDE Jitsi Meet App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jitsi Extension for Embedded Systems UDE",
  "description": "Extension that allows you to stream your desktop via the ES UDE Jitsi Meet App",
  "version": "0.1.6",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "jitsi-logo-16x16.png",
    "48": "jitsi-logo-48x48.png",
    "128": "jitsi-logo-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://saphvideo.duckdns.org/*"
    ]
  }
}