WA Self Sender - Send Messages Free

WA Self Sender - Send Messages Free

Send Whatsapp message to a single user or to users in sum without saving number

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "name": "WA Self Sender - Send Messages Free",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "description": "Send Whatsapp message to a single user or to users in sum without saving number",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "version": "2.0",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "WA Auto Sender | DISup!!"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}