Fullscreen Green App

Fullscreen Green App

Make fullscreen the green app. Expand the area of it chat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fullscreen Green App",
  "version": "1.0.1",
  "author": "Walter Radduso",
  "description": "Make fullscreen the green app. Expand the area of it chat.",
  "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"
  }
}