WhatSend for WhatsApp Web

WhatSend for WhatsApp Web

WhatSend is a browser add-on that enables users to connect with non-contacts on WhatsApp Web without the need to save them in their phone book.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WhatSend",
  "version": "1.3.2",
  "description": "",
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": "src/img/icon.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    "src/help.html"
  ]
}