Reading Lens Firefox

Examine source code of Reading Lens

Inspect and view changes in Reading Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reading Lens",
  "version": "1.0.0",
  "description": "Creates a movable magnifier lens around the selection that enlarges text and dims surroundings for clarity.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Reading Lens",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; connect-src 'self'; img-src 'self' data:; style-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "reading-lens@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "142.0"
    }
  }
}

Best Reading Lens Alternatives

Here are some Firefox add-ons that are similar to Reading Lens: