WebRTC for Vonage CC

WebRTC for Vonage CC

WebRTC extension for Vonage Contact Center

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WebRTC for Vonage CC",
  "description": "WebRTC extension for Vonage Contact Center",
  "version": "3.24.36",
  "options_ui": {
    "page": "dist/options.html",
    "chrome_style": true,
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/fadedIcon16.png",
      "48": "icons/fadedIcon48.png",
      "128": "icons/fadedIcon128.png"
    },
    "default_popup": "dist/popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "dist/background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.nvminternal.net/*",
      "https://*.nvmtest.net/*",
      "https://*.newvoicemedia.com/*",
      "https://*.contact-world.net/*"
    ]
  }
}