Remove wpp Web Status Button - UNOFFICIAL

Remove wpp Web Status Button - UNOFFICIAL

Simple extension to remove wpp Web Status Button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Remove wpp Web Status Button - UNOFFICIAL",
  "description": "Simple extension to remove wpp Web Status Button.",
  "version": "1.1",
  "icons": {
    "16": "/Icons/icon-16.png",
    "48": "/Icons/icon-48.png",
    "128": "/Icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "js": [
        "/remove-wpp-status.js"
      ]
    }
  ]
}