Easy Read Assit - Dyslexia Helper

Easy Read Assit - Dyslexia Helper

Easy Read Assit is designed to aid individuals with dyslexia or ADHD, helping them navigate the web more comfortably

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Read Assit - Dyslexia Helper",
  "description": "Easy Read Assit is designed to aid individuals with dyslexia or ADHD, helping them navigate the web more comfortably",
  "version": "1.0.0",
  "icons": {
    "500": "easyreadassiticon(500x500).png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "Popup.html",
    "default_title": "Easy Read Assit"
  }
}