SpeedRead - ADHD Bionic Reader

SpeedRead - ADHD Bionic Reader

Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SpeedRead - ADHD Bionic Reader",
  "version": "1.5",
  "description": "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_page": "options.html"
}