Sorenson Internet Dial

Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sorenson Internet Dial",
  "version": "1.0.22",
  "description": "Users of the Sorenson ntouch application can start an ASL interpreted phone call directly from their browser.",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "libs.js",
        "contentscript.js"
      ]
    }
  ],
  "icons": {
    "16": "sorenson-16.png",
    "48": "sorenson-48.png",
    "128": "sorenson-128.png"
  },
  "manifest_version": 2
}