WA Group Sender

WA Group Sender

A free, safe and fast WA group messaging extension.

Merlin
Additional files are visible only to premium users

manifest.json


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