WADirect Message

WADirect Message

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0.0.0",
  "author": "Vitor Henckel",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./img/icon.png",
      "32": "./img/icon32.png",
      "48": "./img/icon48.png",
      "64": "./img/icon64.png",
      "128": "./img/icon128.png"
    }
  },
  "icons": {
    "16": "./img/icon.png",
    "32": "./img/icon32.png",
    "48": "./img/icon48.png",
    "64": "./img/icon64.png",
    "128": "./img/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "./js/background.js"
  }
}