Infranix Visio

Infranix Visio

A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Infranix Visio",
  "description": "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.",
  "version": "0.1.8",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "infranix-logo-16.png",
    "48": "infranix-logo-48.png",
    "128": "infranix-logo-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://visio.infranix.eu/*"
    ]
  }
}