Fullscreen WA Web

Fullscreen WA Web

Make fullscreen WhatsApp Web. Expand the area of chat in WhatsApp Web.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fullscreen WA Web",
  "version": "1.1.0",
  "author": "Walter Radduso",
  "description": "Make fullscreen WhatsApp Web. Expand the area of chat in WhatsApp Web.",
  "manifest_version": 3,
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://web.whatsapp.com/"
      ]
    }
  ],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}