Bitglass Chrome Extension

Bitglass Chrome Extension

Bitglass chrome extension to help its customers use screenshare while using Bitglass proxy solution.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bitglass Chrome Extension",
  "version": "1.4",
  "manifest_version": 3,
  "externally_connectable": {
    "matches": [
      "https://*.btglss.net/*",
      "https://*.us.bitglass.net/*",
      "https://*.us.bgcls.com/*",
      "https://*.bgcls2.net/*"
    ]
  },
  "icons": {
    "128": "128.png"
  },
  "background": {
    "service_worker": "thunk.js"
  },
  "incognito": "split",
  "permissions": [
    "desktopCapture",
    "enterprise.hardwarePlatform",
    "processes",
    "system.cpu",
    "webrtcAudioPrivate",
    "webrtcDesktopCapturePrivate",
    "webrtcLoggingPrivate"
  ]
}