Zoiper Click2Dial

Zoiper Click2Dial

Make phone numbers clickable and initiate calls from Zoiper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Zoiper Click2Dial",
  "author": "Zoiper",
  "short_name": "Click2Dial",
  "version": "1.55",
  "manifest_version": 3,
  "description": "Make phone numbers clickable and initiate calls from Zoiper.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/phone_detection_inactive.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "contextMenus",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}