Velantro Dialer + Click to Call

Velantro Dialer + Click to Call

Velantro.com PBX dialer and click to call extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Velantro Dialer + Click to Call",
  "description": "Velantro.com PBX dialer and click to call extension",
  "version": "2.0.10",
  "applications": {
    "gecko": {
      "id": "{d0c1b118-b15e-4147-aebc-fa615caf93df}",
      "strict_min_version": "57.0"
    }
  },
  "browser_action": {
    "default_icon": "velantro32.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "call-phone-v.png"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentscript.bundle.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "velantro16.png",
    "48": "velantro48.png",
    "128": "velantro128.png"
  }
}