Examine source code of Zoho Show

Inspect and view changes in Zoho Show 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
{
  "name": "Zoho Show",
  "description": "__MSG_appDescription__",
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "899380473822",
  "default_locale": "en",
  "version": "1.8",
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "app": {
    "urls": [
      "https://docs.zoho.com/show/new",
      "https://predocs.zoho.com/show/new",
      "https://docs.zoho.com/show/open",
      "https://predocs.zoho.com/show/open",
      "https://docs.zoho.eu/show/open",
      "https://predocs.zoho.eu/show/open"
    ],
    "launch": {
      "web_url": "https://show.zoho.com/show/signup?referer=chr-app"
    }
  },
  "icons": {
    "128": "show_icon_128.png"
  }
}