Examine source code of JAWSInspect

Inspect and view changes in JAWSInspect 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
{
  "description": "JAWS Inspect Communication",
  "manifest_version": 2,
  "name": "JAWSInspect",
  "version": "2.0.34.0",
  "author": "Freedom Scientific, Inc.",
  "homepage_url": "http://www.freedomscientific.com/Services/AccessibilityTestingProducts",
  "icons": {
    "256": "Icons/JAWSInspectIcon-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.js",
        "MD5.js",
        "toolsupport.js",
        "inspect-page.js"
      ],
      "css": [
        "inspect-style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "toolsupport.js",
      "inspect-event.js"
    ]
  },
  "devtools_page": "inspect-tools.html",
  "permissions": [
    "http://127.0.0.1:42042/",
    "<all_urls>"
  ]
}