WA Bulk Sender

WA Bulk Sender

Boost your WhatsApp marketing efforts with WA Bulk Sender, the efficient and powerful tool for sending bulk messages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.bd8a3640.png",
    "32": "icon32.plasmo.0726f7e6.png",
    "48": "icon48.plasmo.e532a28a.png",
    "64": "icon64.plasmo.4fb06d35.png",
    "128": "icon128.plasmo.c22417d7.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.bd8a3640.png",
      "32": "icon32.plasmo.0726f7e6.png",
      "48": "icon48.plasmo.e532a28a.png",
      "64": "icon64.plasmo.4fb06d35.png",
      "128": "icon128.plasmo.c22417d7.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.1.13",
  "author": "WABulkSender",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background.85a80a08.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "plasmo-overlay.65a2fd49.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "*://*.whatsapp.com/*"
  ],
  "oauth2": {
    "client_id": "212318457565-31i5opgh37a27imq74ek3eemtu9ah7c4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/w.js",
        "assets/k.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "plasmo-overlay.b5a6767a.css",
        "plasmo-overlay.fb2e2641.css",
        "plasmo-overlay.a2501f74.png"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}