Examine source code of XSSRush

Inspect and view changes in XSSRush 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "XSSRush",
  "author": "N45HT",
  "version": "2.1",
  "description": "An automatic XSS scanner",
  "action": {
    "default_popup": "home.html",
    "default_icon": {
      "16": "images/icon_16x16.png",
      "32": "images/icon_32x32.png",
      "48": "images/icon_48x48.png",
      "72": "images/icon_72x72.png"
    }
  },
  "permissions": [
    "tabs",
    "notifications"
  ]
}