ADHD Zapper

ADHD Zapper

Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ADHD Zapper",
  "description": "Bionify the page to create a reading environment that is more suitable for people with ADHD, Dyslexia.",
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Content.js"
      ]
    }
  ],
  "action": {
    "default_title": "ADHD Zapper",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "lightning.png"
  }
}