AICv3 - Stage

AICv3 - Stage

Softphone Client for handling customer interactions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AICv3 - Stage",
  "version": "2.6.9",
  "description": "Softphone Client for handling customer interactions.",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "cookies",
    "scripting",
    "alarms",
    "offscreen",
    "downloads"
  ],
  "host_permissions": [
    "*://*.adobe.com/*",
    "*://aic-dev.adobe.com/*",
    "*://aic-qe.adobe.com/*",
    "*://aic-stage.adobe.com/*",
    "*://aic.adobe.com/*",
    "*://d1smbswum0xq3w.cloudfront.net/*",
    "*://d2pezbhh5ier72.cloudfront.net/*",
    "*://d3f3iclpjy46z7.cloudfront.net/*",
    "*://d2wt0bts2zzi77.cloudfront.net/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://d1smbswum0xq3w.cloudfront.net/*",
      "https://d2pezbhh5ier72.cloudfront.net/*",
      "https://d3f3iclpjy46z7.cloudfront.net/*",
      "https://d2wt0bts2zzi77.cloudfront.net/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; frame-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self'; frame-src '*'; sandbox allow-popups"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "login.html",
        "static/js/*",
        "static/css/*",
        "static/media/*",
        "media-perm.html",
        "media-perm.js",
        "icon.png",
        "sidebar-icon.svg",
        "static/fonts/*",
        "index-offscreen.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "favicon16.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js",
        "sidebar.js"
      ],
      "css": [
        "sidebar.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": false,
      "run_at": "document_end",
      "exclude_matches": [
        "https://d1smbswum0xq3w.cloudfront.net/*",
        "https://d2pezbhh5ier72.cloudfront.net/*",
        "https://d3f3iclpjy46z7.cloudfront.net/*",
        "https://d2wt0bts2zzi77.cloudfront.net/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "action": {
    "default_icon": "favicon128.png",
    "icons": {
      "16": "favicon16.png",
      "48": "favicon48.png",
      "128": "favicon128.png"
    }
  },
  "options_page": "privacy_settings.html"
}