wapp sender

wapp sender

wapp sender sender is bot helps you Sending multiple messages from a single user at a time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "wapp sender",
  "version": "1.1.3",
  "description": "wapp sender sender is bot helps you Sending multiple messages from a single user at a time",
  "permissions": [
    "activeTab",
    "downloads",
    "notifications",
    "tabs",
    "storage",
    "https://gooserp.com/api/User/login.php"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/default_icon_16.png",
      "24": "images/default_icon_24.png",
      "32": "images/default_icon_32.png",
      "48": "images/default_icon_48.png",
      "128": "images/default_icon_128.png"
    },
    "default_title": "Wapp Sender"
  },
  "icons": {
    "16": "images/default_icon_16.png",
    "24": "images/default_icon_24.png",
    "32": "images/default_icon_32.png",
    "48": "images/default_icon_48.png",
    "128": "images/default_icon_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "libs/jquery-3.1.1.min.js",
      "js/consts.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "libs/jquery-3.1.1.min.js",
        "contentscript/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "manifest_version": 2
}