Avaya Browser Extension

Avaya Browser Extension

Avaya Browser Extension lets you click-to-dial phone numbers from a web page, and have the call be created on your Avaya UC Client

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Avaya Browser Extension",
  "short_name": "Avaya Browser Extension",
  "description": "Avaya Browser Extension lets you click-to-dial phone numbers from a web page, and have the call be created on your Avaya UC Client",
  "default_locale": "en",
  "author": "Avaya",
  "version": "7.31.0.258",
  "icons": {
    "16": "skin/avayarc16.png",
    "32": "skin/avayarc32.png",
    "128": "skin/avayarc128.png",
    "512": "skin/avayarc512.png"
  },
  "permissions": [
    "tabs",
    "nativeMessaging",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "3p/xregexp/xregexp-min.js",
        "3p/moment/moment.min.js",
        "common/string.js",
        "content/country_rule.js",
        "content/ilocale.js",
        "content/async_sequence.js",
        "content/matching_patterns.js",
        "content/matching_properties.js",
        "content/matched_element.js",
        "content/dom_watcher.js",
        "content/element_position.js",
        "content/browser.js",
        "content/browser_chrome.js"
      ],
      "css": [
        "content/highlight.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_title": "Avaya Browser Extension",
    "default_icon": {
      "32": "skin/avayarc32.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "homepage_url": "http://www.avaya.com",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArkTGsjN5MVNrgIrztTpLFOpHcDFWmDEnevw4Bc8HoNlgmRoTSBqOOYa6zvPPCsIuS8KEg/o9ZXmcYeCG3nLcjRjClluxbLR9dLG+ZUc0W31p36BCSNZYSeM149rL03wBiOxAG+7EG+ALz/c2vgs9O0v73En3wn6dj1/NcvjiDn4kEtdcVg8pfCAB7waT5sAPOcvxkrqM6oaryYRp9DjWW20IJb4k0NtdPmqGDEs4SMY2OI2Au9NWidp8H2YdQYmqc/ioQcsB5hzMWT22XAtgr7GASlx+/xvKjfctN2EQa0weAQu4p4b0Ti6JniPNFbVQOaUi3zmuOVFDUqE0Gc+YswIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx"
}