Examine source code of HCI Connect Desktop Streamer

Inspect and view changes in HCI Connect Desktop Streamer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HCI Connect Desktop Streamer",
  "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
  "version": "0.1.6",
  "minimum_chrome_version": "34",
  "icons": {
    "10": "hci_logo_symbol_10x10.png",
    "48": "hci_logo_symbol_48x48.png",
    "128": "hci_logo_symbol_128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://hciconnect.healthcoachinstitute.com/*"
    ]
  }
}