Is this racist?

Is this racist?

Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Is this racist?",
  "action": {},
  "manifest_version": 3,
  "version": "0.2",
  "description": "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.",
  "icons": {
    "16": "icon_128.png",
    "48": "icon_128.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}