gloCOM Call

gloCOM Call

Use gloCOM to call numbers in Firefox.

Additional files are visible only to premium users

manifest.json


{
  "author": "Bicom Systems ltd",
  "background": {
    "scripts": [
      "call_action.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "google_phone_lib.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "highlight_numbers.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Use gloCOM to call numbers in Firefox.",
  "icons": {
    "16": "app16.png",
    "32": "app32.png",
    "48": "app48.png",
    "128": "app128.png"
  },
  "manifest_version": 2,
  "name": "gloCOM Call",
  "permissions": [
    "tabs",
    "webNavigation",
    "contextMenus",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "version": "7.0.0.1",
  "web_accessible_resources": [
    "glocom_icon.jpg",
    "detectAjax.js"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-hvDTtAhroiK2Vg@jetpack",
      "strict_min_version": "42.0"
    }
  }
}