Mercury Reader Firefox

Examine source code of Mercury Reader

Inspect and view changes in Mercury Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mercury Reader",
  "version": "1.0.0",
  "description": "Remove distractions and show clean, readable content on any webpage.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Mercury Reader"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "reader.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "elmerfa.r.nh.a.m5.9@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Mercury Reader Alternatives

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