ip2phone Click To Call

ip2phone Click To Call

integration of click2call for all webpages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ip2phone Click To Call",
  "description": "integration of click2call for all webpages",
  "version": "0.3.6",
  "manifest_version": 2,
  "homepage_url": "http://ip2phone.net/",
  "short_name": "ip2phone click2call for all web applications",
  "background": {
    "scripts": [
      "lib/jquery-2.1.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "*://*/*",
    "storage",
    "tabs",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery-2.1.1.min.js",
        "main.js"
      ]
    }
  ],
  "options_page": "op.html",
  "icons": {
    "16": "logo.png",
    "128": "logo.png"
  },
  "web_accessible_resources": [
    "logo.png"
  ]
}