Zoom Phone Click2Dial

Zoom Phone Click2Dial

Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "MD",
  "background": {
    "service_worker": "worker_wrapper.js"
  },
  "action": {
    "default_icon": "images/phone_detection_inactive.png",
    "default_popup": "popup.html"
  },
  "description": "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 3,
  "name": "Zoom Phone Click2Dial",
  "options_ui": {
    "browser_style": false,
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "Click2Dial",
  "version": "1.5",
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}