Web Messages

Web Messages

Add enhancements to your WhatsApp Web and increase productivity using Web Sender

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/image128.png",
    "default_popup": "popup.html",
    "default_title": "Web Messages"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Add enhancements to your WhatsApp Web and increase productivity using Web Sender",
  "icons": {
    "16": "images/image16.png",
    "32": "images/image32.png",
    "48": "images/image48.png",
    "128": "images/image128.png"
  },
  "manifest_version": 2,
  "name": "Web Messages",
  "permissions": [
    "notifications",
    "https://web.whatsapp.com/*",
    "storage"
  ],
  "version": "1.0.9"
}