Totally Automated Accessibility Scanner

Totally Automated Accessibility Scanner

Totally Automated Accessibility Scanner is a completely free accessibility auditing tool which automatically detects and reports common accessibly violations on your website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Totally Automated Accessibility Scanner",
  "description": "free accessibility auditing/testing tool",
  "manifest_version": 2,
  "version": "1.1.7",
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*",
    "file://*/*",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "Totally Automated A11y Scanner",
    "default_panel": "sidebar/index.html",
    "default_icon": "icons/logo.svg"
  },
  "devtools_page": "devtools/index.html"
}