Bionic Text Reader Firefox

Examine source code of Bionic Text Reader

By: Chris
Inspect and view changes in Bionic Text Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bionic Text Reader",
  "version": "1.0.0",
  "description": "Modify webpage text into a bionic reading format to enhance focus and reduce visual noise.",
  "browser_specific_settings": {
    "gecko": {
      "id": "bionictext@antigravity",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "compromise.min.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Bionic Settings"
  }
}

Best Bionic Text Reader Alternatives

Here are some Firefox add-ons that are similar to Bionic Text Reader: