Avaya Screen Sharing

Avaya Screen Sharing

Enable real-time collaborative screen-sharing with Avaya Conferencing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/content_scripts.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "Avaya Screen Sharing",
  "permissions": [
    "tabs",
    "https://*/*",
    "desktopCapture"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "version": "1.2.0.8",
  "version_name": "JSCSDK 1.2.0.8",
  "homepage_url": "http://avaya.com",
  "minimum_chrome_version": "51",
  "description": "__MSG_manifestDescription__",
  "author": "Avaya",
  "default_locale": "en"
}