Whats Direct Message

Whats Direct Message

Send Direct Messages in WhatsApp without having the number in the contacts!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icon.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "64": "icon64.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Send Direct Messages in WhatsApp without having the number in the contacts!",
  "icons": {
    "16": "icon.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Whats Direct Message",
  "permissions": [
    "storage",
    "tabs"
  ],
  "version": "1.0.1",
  "homepage_url": "https://waplus.io/whatsapp-tools",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}