Ottspott Click To Call

Ottspott Click To Call

Click to call using Ottspott from any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ottspott Click To Call",
  "version": "0.2.8",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "images/favicon.ico",
    "extension-info.json"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "components/jquery/dist/jquery-3.1.0.min.js",
      "js/ottspott.js",
      "js/eventPages.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "components/jquery/dist/jquery-3.1.0.min.js",
        "components/jquery/dist/jquery-replace-text.js",
        "js/ottspott.js",
        "js/finders/global_finder.js"
      ],
      "css": [
        "css/ottspott.css"
      ],
      "exclude_matches": [
        "https://app.ottspott.co/*",
        "https://ottspott-devel.apidaze.io/*",
        "https://app-d8105a1f-feca-4cee-bd63-c4d765c443e3.cleverapps.io/*",
        "https://ottspott-desktop-client-devel.apidaze.io/*",
        "https://ottspott-desktop-client.scalingo.io/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "default_locale": "en",
  "description": "Click to call using Ottspott from any website",
  "homepage_url": "http://ottspott.co",
  "icons": {
    "16": "/images/ottspott16.png",
    "48": "/images/ottspott48.png",
    "128": "/images/ottspott128.png"
  }
}