WAPI Sender

WAPI Sender

Use WhatsApp Automation Tool to connect with your customers by sending bulk messages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "homepage_url": "https://wawebsender.com/",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.whatsapp.com/*"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.whatsapp.com/*"
      ],
      "js": [
        "js/inject/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject/inject.js",
        "WAPIAPI.js",
        "WAPlusSenderTemplate.xlsx",
        "pic/crm-commend.png",
        "li-popup/li-popup.html",
        "js/inject/obfuscate.js",
        "fonts/*",
        "img/*"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "version": "1.4.62"
}