Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Zoom Rooms",
"version": "5.0.4278.0810",
"version_name": "5.0.5 (4278.0810)",
"minimum_chrome_version": "52.0.0.0",
"manifest_version": 2,
"description": "Zoom Rooms for Chrome OS",
"offline_enabled": false,
"icons": {
"128": "build\/static\/images\/zoomrooms-logo-128.png"
},
"app": {
"background": {
"scripts": [
"build\/js\/zrbackground.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\/"
}
],
"storage": {
"managed_schema": "policy.json"
},
"permissions": [
{
"fileSystem": [
"write"
]
},
"storage",
"alwaysOnTopWindows",
"audioCapture",
"desktopCapture",
"videoCapture",
"unlimitedStorage",
"system.cpu",
"system.memory",
"system.display",
{
"socket": [
"tcp-listen:*:*",
"tcp-connect",
"resolve-host",
"udp-bind:*:*",
"udp-send-to:*:*",
"resolve-proxy",
"network-state"
]
},
"*:\/\/*.zoom.us\/*",
"*:\/\/*.zoomgov.com\/*",
"*:\/\/*.zoomdev.us\/*",
"*:\/\/*.zoom.com\/*",
"webview",
"app.window.fullscreen",
"app.window.fullscreen.overrideEsc",
"audio",
"power",
"webcamPrivate",
"usb",
"hid",
"idle",
"enterprise.deviceAttributes",
{
"usbDevices": [
{
"vendorId": 1137,
"productId": 8652
},
{
"vendorId": 1133,
"productId": 2150
},
{
"vendorId": 1133,
"productId": 2151
},
{
"vendorId": 2830,
"productId": 9334
},
{
"vendorId": 2830,
"productId": 9300
},
{
"vendorId": 10943,
"productId": 1285
},
{
"vendorId": 5310,
"productId": 34
},
{
"vendorId": 2397,
"productId": 80
}
]
}
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"externally_connectable": {
"matches": [
"*:\/\/*.zoom.us\/*",
"*:\/\/*.zoomgov.com\/*",
"*:\/\/*.zoomdev.us\/*",
"*:\/\/*.zoom.com\/*"
]
},
"kiosk_enabled": true,
"kiosk": {
"required_platform_version": "11151",
"always_update": true
}
}