Web Accessibility CK V2 Firefox

Examine source code of Web Accessibility CK V2

Inspect and view changes in Web Accessibility CK V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Accessibility Checker V2",
  "version": "1.3",
  "description": "Analyze the current webpage for common accessibility issues (e.g., contrast, missing labels, ARIA problems).",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2837127a-4b4d-445a-a176-b0c5ed7800e6}"
    }
  }
}

Best Web Accessibility CK V2 Alternatives

Here are some Firefox add-ons that are similar to Web Accessibility CK V2: