WAsurge

WAsurge

Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WAsurge",
  "description": "Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.27",
  "manifest_version": 3,
  "icons": {
    "192": "./icon.png"
  },
  "background": {
    "service_worker": "background.js",
    "matches": [
      "*://web.whatsapp.com/*"
    ]
  },
  "action": {
    "default_title": "WAsurge",
    "default_icon": {
      "192": "./icon.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "styles.css",
        "awi.js",
        "foreground.bundle.js",
        "wp.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*",
    "https://*.wasurge.com/*"
  ]
}