The WHAT extension??

The WHAT extension??

This extension highlights some of the funny words on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "The WHAT extension??",
  "description": "This extension highlights some of the funny words on the web.",
  "manifest_version": 3,
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "edge.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}