WAPSender

WAPSender

WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WAPSender",
  "version": "1.0",
  "description": "WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications",
    "http://localhost/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js",
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "WAPSender"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js",
        "/js/download.js"
      ]
    }
  ],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2
}