Examine source code of Zoho Screen Sharing

Inspect and view changes in Zoho Screen Sharing 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": "Zoho Screen Sharing",
  "author": "Showtime",
  "version": "1.0.3",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Connect with your remote learners/attendees through video broadcast and screensharing instantly.",
  "homepage_url": "https://showtime.zoho.com",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.zoho.com/*",
      "https://*.zoho.eu/*",
      "https://*.zoho.jp/*",
      "https://*.zoho.com.cn/*",
      "https://*.zoho.in/*",
      "https://*.zoho.com.au/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ]
}