Zoho Show

Zoho Show

Zoho Show lets you create, collaborate, present, broadcast, and publish presentations, the smarter way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.0",
  "permissions": [
    "alarms",
    "cookies",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "notifications",
    "clipboardWrite",
    "clipboardRead",
    "background",
    "downloads",
    "downloads.open"
  ],
  "host_permissions": [
    "*://*.zoho.com/*",
    "*://*.zoho.jp/*",
    "*://*.zoho.eu/*",
    "*://*.zoho.com.cn/*",
    "*://*.zoho.in/*",
    "*://*.zohocloud.ca/*",
    "*://*.zoho.sa/*",
    "*://*.zoho.com.au/*"
  ],
  "action": {
    "default_title": "__MSG_appName__",
    "default_popup": "html/zshow.html",
    "default_icon": "images/show_logo_mini.png"
  },
  "icons": {
    "64": "images/show_logo_mini.png"
  },
  "background": {
    "service_worker": "showextension.min.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "html/inject.html",
        "images/show-logo.svg"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "extension_ids": []
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "styles/zshow.inject.css"
      ],
      "js": [
        "js/zshow.inject.js"
      ]
    }
  ],
  "manifest_version": 3,
  "incognito": "split"
}