Send with Whatsapp (IL)

Send with Whatsapp (IL)

Send message to any number with Whatsapp Web (IL)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Eden Gueta",
  "name": "Send with Whatsapp (IL)",
  "description": "Send message to any number with Whatsapp Web (IL)",
  "version": "0.2",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}