Embrava Blync Five9 Connection Intergration

Embrava Blync Five9 Connection Intergration

Five9 & Embrava BLYNC Integration

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Embrava Blync Five9 Connection Intergration",
  "description": "Five9 & Embrava BLYNC Integration",
  "author": "Donald J Gaeta",
  "website": "https://Gaeta.me/Embrava-Blync-Five9-Connection-Intergration",
  "version": "1.2.9",
  "license": "LICENSE.md",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon.png",
      "48": "images/icon.png",
      "128": "images/icon.png"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "background",
    "webRequest",
    "notifications",
    "webNavigation",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "background.js",
        "/lib/third-party/jquery.js"
      ],
      "matches": [
        "https://gaeta.me/*",
        "https://*.five9.com/clients/agent/main.html*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/*",
        "lib/*",
        "audio/*",
        "pages/*"
      ],
      "matches": [
        "https://gaeta.me/*"
      ]
    },
    {
      "resources": [
        "src/*",
        "lib/*",
        "audio/*",
        "pages/*"
      ],
      "matches": [
        "https://*.five9.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://gaeta.me/*",
    "https://*.five9.com/clients/agent/main.html*",
    "https://*.five9.com/clients/agent/main.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}