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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.1.13",
  "author": "WABulkSender",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "plasmo-overlay.db6b23e9.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnLIGZDVKpiUNv0jOXcMMhJdePTt7e0JzlTYMvJr23Tx9hMiP2fII9xrevqtype7pYgsUjEPXQTo0Fw3J16emlS54MJH2/W9N4HoSOqV1EzrEDGDWg4d18dd5KfgDqrW7sYDWGAc/x67f49NJHMIGyvUdHg2CPdr9QCxE9EfJGXVj5dBxI1lyrEhPqkXV8RqrEjXmcnm9WAHCkU3KNmUTk7n/edrt5AHXaG3Aj+reu7B7+/26C6SVpfTF7hm72bij5yycy7Ae69iIWQoapzVDgoEdAS1qDc76pP/rkJBDpwSjf/R1K3AKZtLJ52GUtNd1rYi41w2UK2WWuh0CnvlAjwIDAQAB",
  "host_permissions": [
    "*://*.whatsapp.com/*"
  ],
  "oauth2": {
    "client_id": "212318457565-pm62ad63fkgo4o8kja54s2n5lql6bjnb.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.b5a63de5.css",
        "plasmo-overlay.1776aec8.css",
        "plasmo-overlay.7c05c6e1.png"
      ]
    }
  ]
}