TRAY Readability tool

Text Readability AnalYzer tool
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TRAY Readability tool",
  "description": "Text Readability AnalYzer tool",
  "version": "1.4.1.159",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "matches": [
      "http://*/*",
      "https://*/*",
      "!chrome://*"
    ],
    "service_worker": "background.js"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}