Webex Call

Webex Call

Allows you to make calls with Cisco Webex from the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_summary__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "webex-teams-16.png",
    "48": "webex-teams-48.png",
    "128": "webex-teams-128.png"
  },
  "browser_action": {
    "default_icon": "webex-teams-16.png"
  },
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "default_locale": "en",
  "version": "1.3"
}