No N-word Macedonia

No N-word Macedonia

Detect and redact N-words before Macedonia.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "No N-word Macedonia",
  "version": "1.1.2",
  "author": "Dimithrandir",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/Dimithrandir/nnm",
  "icons": {
    "16": "img/nnm-16.png",
    "32": "img/nnm-32.png",
    "48": "img/nnm-48.png",
    "64": "img/nnm-64.png",
    "128": "img/nnm-128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "img/nnm-16.png",
      "32": "img/nnm-32.png"
    },
    "default_title": "No N-word Macedonia",
    "default_popup": "popup.html"
  }
}