PulseHD Click to Dial

PulseHD Click to Dial

The official PulseHD Click To Dial Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "name": "PulseHD Click to Dial",
  "version": "1.4.1",
  "description": "The official PulseHD Click To Dial Extension",
  "permissions": [
    "activeTab",
    "storage",
    "webNavigation",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "PulseHD",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.whynow.app/*",
        "https://whynow.app/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ]
}