WhatsApp Sender

WhatsApp Sender

A Easy,Useful,Lightweight WhatsApp bulk message sender tools for WhatsApp™ Web client

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WhatsApp Sender",
  "version": "1.0.1",
  "homepage_url": "https://waplus.io/",
  "description": "A Easy,Useful,Lightweight WhatsApp bulk message sender tools for WhatsApp™ Web client\n",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.whatsapp.com/*"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.whatsapp.com/*"
      ],
      "js": [
        "inject/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject/inject.js",
        "WAPlusSenderTemplate.xlsx",
        "pic/crm-commend.png"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ]
}