Inspect and view changes in Zoom 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",
"name": "Zoom",
"version": "5.0.4301.0407",
"version_name": "5.0.1 (4301.0407)",
"minimum_chrome_version": "52.0.0.0",
"manifest_version": 2,
"description": "Zoom Cloud Meetings for Chrome",
"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/"
}
],
"storage": {
"managed_schema": "policy.json"
},
"permissions": [
{
"fileSystem": [
"write",
"directory"
]
},
"storage",
"alwaysOnTopWindows",
"audioCapture",
"desktopCapture",
"videoCapture",
"unlimitedStorage",
"system.cpu",
"system.memory",
"system.display",
"power",
{
"socket": [
"tcp-connect",
"resolve-host",
"udp-bind::*",
"udp-send-to:*:*",
"resolve-proxy"
]
},
"*://*.zoom.us/*",
"*://*.zoomgov.com/*",
"*://*.zoomdev.us/*",
"*://*.zoom.com/*",
"webview",
"idle"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"externally_connectable": {
"matches": [
"https://*.zoom.us/*",
"https://*.zoomgov.com/*",
"https://*.zoomdev.us/*",
"https://*.zoom.com/*"
]
}
}