WApp-Sender

WApp-Sender

WApp-Sender Easy and Powerful tool for broadcasting multiple Messages, Pictures, Documents and Videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "5.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "notifications",
    "storage",
    "https://www.wapp-sender.online/*",
    "https://ipinfo.io/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "view/popup.html",
    "default_title": "WApp-Sender"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*",
        "https://wa.me/*"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}