Examine source code of AAArdvark

Inspect and view changes in AAArdvark source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "AAArdvark",
  "description": "AAArdvark is an all-in-one testing, monitoring, issue management, and reporting platform for accessibility audits and remediation.",
  "version": "1.0.21",
  "icons": {
    "48": "shared/images/app_icon_48px.png",
    "96": "shared/images/app_icon_96px.png",
    "128": "shared/images/app_icon_128px.png",
    "256": "shared/images/app_icon_256px.png",
    "512": "shared/images/app_icon_512px.png"
  },
  "background": {
    "service_worker": "dist/background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "aaa_ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "js": [
        "dist/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": {
      "16": "shared/images/toolbar_16px.png",
      "19": "shared/images/toolbar_19px.png",
      "32": "shared/images/toolbar_32px.png",
      "38": "shared/images/toolbar_38px.png",
      "48": "shared/images/toolbar_48px.png",
      "72": "shared/images/toolbar_72px.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "shared/aaardvarkIframe.js",
        "shared/html2canvas.js",
        "shared/aaardvarkIframestyle.css",
        "shared/summary-box.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "declarativeNetRequest",
    "tabs",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}