Accessibility Insights for Web Firefox

Examine source code of Accessibility Insights for Web

Inspect and view changes in Accessibility Insights for Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Accessibility Insights for Web",
  "version": "1.0",
  "description": "These Firefox extensions help developers visually detect hidden elements like sr-only or visually-hidden, making accessibility and visibility debugging faster and more efficient",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/eye-off.svg"
  },
  "background": {
    "scripts": [
      "visually-revealed.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fdb10ff9-bede-4fec-bc3f-6dd266743b95}"
    }
  }
}

Best Accessibility Insights for Web Alternatives

Here are some Firefox add-ons that are similar to Accessibility Insights for Web: