Work-n-Wapp

Work-n-Wapp

Mozilla add-on that lets you integrate whatsapp into your work environment. Use CTRL + ALT + A to show/hide WhatsApp in your active browser tab. Use CTRL + ALT + -/+ to decrease/increase WhatsApp frame opacity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Work-n-Wapp",
  "version": "1.0",
  "description": "Mozilla add-on that lets you integrate whatsapp into your work environment",
  "icons": {
    "48": "icons/Work-n-Wapp-48.png",
    "96": "icons/Work-n-Wapp-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "wappify.js"
      ]
    }
  ]
}