RingCentral Meetings

RingCentral Meetings

RingCentral Meetings for Chrome OS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RingCentral Meetings",
  "version": "6.0.1382.1029",
  "minimum_chrome_version": "52.0.0.0",
  "manifest_version": 2,
  "description": "RingCentral Meetings for Chrome OS",
  "offline_enabled": false,
  "icons": {
    "128": "build/static/images/zoom-logo-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "build/js/background.js"
      ]
    }
  },
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64/"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32/"
    },
    {
      "nacl_arch": "arm",
      "sub_package_path": "_platform_specific/arm/"
    }
  ],
  "permissions": [
    {
      "fileSystem": [
        "write",
        "directory"
      ]
    },
    "storage",
    "alwaysOnTopWindows",
    "audioCapture",
    "desktopCapture",
    "videoCapture",
    "unlimitedStorage",
    "system.cpu",
    "system.memory",
    "system.display",
    "power",
    {
      "socket": [
        "tcp-listen:*:*",
        "tcp-connect",
        "resolve-host",
        "udp-bind:*:*",
        "udp-send-to:*:*",
        "resolve-proxy"
      ]
    },
    "*://*.ringcentral.com/*",
    "browser",
    "webview"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.ringcentral.com/*"
    ]
  }
}