Telebroad Click2Call

Telebroad Click2Call

Place phone calls from any web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "webdialerBG.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Telebroad Click2Call"
  },
  "content_scripts": [
    {
      "css": [
        "webdialer.css"
      ],
      "js": [
        "webdialer.js",
        "jquery-1.9.1.min.js",
        "bootstrap.min.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "logo-small.png",
    "bootstrap.min.css",
    "jquery.min.map"
  ],
  "description": "Place phone calls from any web page",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Telebroad Click2Call",
  "options_page": "webDialerOptions.html",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "version": "3.8.1"
}