Cisco Webex Extension

Cisco Webex Extension

Join Webex meetings using Google Chrome ™

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": "2.0.4",
  "manifest_version": 3,
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "https://*.webex.com/*",
    "https://*.webex.com.cn/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.webex.com/*/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
        "https://*.webex.com/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
        "https://*.webex.com.cn/*/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
        "https://*.webex.com.cn/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html"
      ],
      "js": [
        "CryptoJS.js",
        "content_script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}