ABC WA Bulk Sender

ABC WA Bulk Sender

ABC Bulk Sender - Send Messages, Attachments, Personalized Message, auto reply and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ABC WA Bulk Sender",
  "description": "ABC Bulk Sender - Send Messages, Attachments, Personalized Message, auto reply and more.",
  "version": "5.4.0",
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "wacontent.js"
      ]
    }
  ],
  "action": {
    "default_title": "ABC WA Bulk Sender",
    "default_popup": "wapopup.html"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "*://reseller.digitalirshad.com/*"
  ],
  "manifest_version": 3,
  "icons": {
    "16": "img/main-icon.png",
    "22": "img/main-icon.png",
    "32": "img/main-icon.png",
    "48": "img/main-icon.png",
    "128": "img/main-icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "css/walib.css",
        "/img/*",
        "flmin.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    }
  ]
}