Fonality Click to Dial

Fonality Click to Dial

Click to Dial browser extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fonality Click to Dial",
  "version": "1.8.12",
  "description": "Click to Dial browser extension",
  "homepage_url": "http://www.fonality.com/",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webNavigation",
    "contextMenus",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "ci.content.pack.js",
        "js/jquery-1.9.1.min.js",
        "js/JSON.min.js",
        "js/resources.js",
        "js/utils.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ci.browser.helper.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "options_page": "options/options.html",
  "browser_action": {
    "default_icon": "img/FONcallEnabled.png",
    "default_title": "Fonality"
  },
  "icons": {
    "18": "icon.ico",
    "48": "img/testLogo48.png",
    "128": "img/testLogo128.png"
  }
}