Easy Sender for WhatsApp™

Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.8",
  "default_locale": "en_US",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "Easy Sender.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "Easy Sender.png",
    "32": "Easy Sender.png",
    "48": "Easy Sender.png",
    "128": "Easy Sender.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}