Chatsup - Powerful and Quick WA Bulk Sender

Chatsup - Powerful and Quick WA Bulk Sender

Quick Messages, Button Messages, Excel Import, Send Message Without Saving On WhatsApp Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chatsup - Powerful and Quick WA Bulk Sender",
  "description": "Quick Messages, Button Messages, Excel Import, Send Message Without Saving On WhatsApp Web.",
  "version": "5.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "changeDom.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
    "script-src": [
      "'self'",
      "'wasm-unsafe-eval'",
      "http://localhost:*",
      "http://127.0.0.1:*",
      "https://www.growby.net"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://*.growby.net/*"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/whatso-icon.png",
    "32": "/whatso-icon.png",
    "48": "/whatso-icon.png",
    "128": "/whatso-icon.png"
  },
  "host_permissions": [
    "https://web.whatsapp.com/",
    "<all_urls>"
  ],
  "permissions": [
    "alarms",
    "scripting",
    "unlimitedStorage",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ChatsupWAPI.js",
        "wpp.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}