PayCall Click To Whatsapp

PayCall Click To Whatsapp

PayCall Click To Whatsapp direct from the browser when clicking on the phone number by using https://checkcall.paycall.co.il/…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PayCall Click To Whatsapp",
  "description": "",
  "version": "0.0.0.8",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "sms.png"
  },
  "options_page": "options.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_title": "Hear this page",
    "default_icon": "sms.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "*.wav",
    "*.map",
    "*.png"
  ],
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "thirdParty/jquery-3.5.1.min.js",
        "thirdParty/lc_switch.min.js",
        "thirdParty/sweetalert2.all.min.js",
        "thirdParty/fa.js",
        "content_script.js",
        "alert.js"
      ],
      "run_at": "document_end",
      "css": [
        "style.css",
        "thirdParty/sweetalert2.min.css"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://maxcdn.bootstrapcdn.com https://cdnjs.cloudflare.com https://code.jquery.com; object-src 'self';"
}