Lexia

Lexia

Improves readability and reading time of online text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lexia",
  "description": "Improves readability and reading time of online text",
  "version": "1.0",
  "icons": {
    "48": "images/lexia.png"
  },
  "background": {
    "service_worker": "scripts/click.js"
  },
  "action": {
    "default_icon": "images/lexia.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}