Click-to-Call-SMS

Click-to-Call-SMS

Click-to-Call-or-SMS Directly from Any Website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "vendor/jquery/jquery.js",
      "vendor/URI.js",
      "js/bg/background.js",
      "js/nectardesk.js",
      "vendor/jquery/jquery331.min.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "js": [
        "vendor/jquery/jquery.js",
        "vendor/jquery/jquery-replace.js",
        "vendor/jquery/chosen.jquery.min.js",
        "js/nectardesk.js",
        "js/inject/pipedrive_injector.js",
        "js/inject/periodic_wildcard_injector.js",
        "vendor/libphonenumber/phoneformat.min.js"
      ],
      "matches": [
        "*://*.pipedrive.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/nectardesk.css",
        "css/chosen.min.css"
      ],
      "exclude_matches": [
        "*://*.pipedrive.com/*"
      ],
      "js": [
        "vendor/jquery/jquery.js",
        "vendor/jquery/jquery-replace.js",
        "js/nectardesk.js",
        "js/inject/wildcard_injector.js",
        "js/inject/all_websites_bruteforce_injector.js",
        "vendor/libphonenumber/phoneformat.min.js",
        "vendor/jquery/chosen.jquery.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Click-to-Call-or-SMS Directly from Any Website.",
  "externally_connectable": {
    "matches": [
      "https://*.nectardesk.com/*"
    ]
  },
  "homepage_url": "http://www.clicktocall.app",
  "icons": {
    "16": "icons/white-label-16.png",
    "48": "icons/white-label-48.png",
    "128": "icons/white-label-128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Click-to-Call-SMS",
  "options_page": "html/options.html",
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "https://*.nectardesk.com/",
    "https://*.nectardesk.io/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "9.1.0",
  "web_accessible_resources": [
    "img/favicon.png",
    "icons/icon-phone.jpg",
    "icons/icon-text.jpg",
    "js/config.json"
  ]
}