WhatsApp Live

WhatsApp Live

WhatsApp Live offers a new way of communicating, better than instant messaging! Stop wasting half of your "in-chat" time waiting…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WhatsApp Live",
  "version": "0.6.4.1",
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "WhatsAppLiveLogo_128.png"
  },
  "icons": {
    "128": "WhatsAppLiveLogo_128.png"
  },
  "permissions": [
    "https://whatsapp-live.herokuapp.com/",
    "tabs"
  ]
}