TELUS Business Connect for Microsoft 365

TELUS Business Connect for Microsoft 365

TELUS Business Connect for Microsoft 365

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "22.2.32",
  "name": "TELUS Business Connect for Microsoft 365",
  "description": "TELUS Business Connect for Microsoft 365",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "background",
    "notifications",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "browser_action": {},
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "web_accessible_resources": [
    "redirect.html",
    "client.html",
    "assets/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./content.js"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_security_policy": "script-src 'self' https://*.googleapis.com https://*.google.com https://*.segment.com https://apps.ringcentral.com https://*.mxpnl.com; object-src 'self'"
}