WhatsApp™ Web

WhatsApp™ Web

Send and receive WhatsApp messages on your computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "bgr-page.js"
    ]
  },
  "browser_action": {
    "default_icon": "i24px.png",
    "default_title": "WhatsApp™ Web"
  },
  "description": "Send and receive WhatsApp messages on your computer.",
  "icons": {
    "16": "i24px.png",
    "48": "i48px.png",
    "128": "i128px.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "WhatsApp™ Web",
  "offline_enabled": true,
  "options_page": "options-page.html",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}