CHECKEALOS.com UX Moderated Testing

CHECKEALOS.com UX Moderated Testing

A simple extension that allows you to stream your desktop into 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": "CHECKEALOS.com UX Moderated Testing",
  "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
  "version": "0.1.11",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "checkealos-12x16.png",
    "48": "checkealos-36x48.png",
    "128": "checkealos-96x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://moderated.checkealos.com/*"
    ]
  }
}