Accessibility Font Tweak Firefox

Examine source code of Accessibility Font Tweak

Inspect and view changes in Accessibility Font Tweak source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Accessibility Font Tweak",
  "description": "Allow changing font size, line height and font family on any page for better readability",
  "version": "1.0.6",
  "icons": {
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "Accessibility Font Tweak",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ef0b540-16d3-4cb3-bee5-fd41b4f5b7f7}",
      "strict_min_version": "90.0"
    }
  }
}

Best Accessibility Font Tweak Alternatives

Here are some Firefox add-ons that are similar to Accessibility Font Tweak: