AppScan Activity Recorder Firefox

Examine source code of AppScan Activity Recorder

By: WW88
Inspect and view changes in AppScan Activity Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AppScan Activity Recorder",
  "description": "Record traffic and actions to use in an AppScan Dynamic Analysis scan",
  "version": "2.0.0",
  "background": {
    "scripts": [
      "js/serviceWorker.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "icons": {
    "16": "./images/appscan16.png",
    "32": "./images/appscan32.png",
    "64": "./images/appscan64.png",
    "128": "./images/appscan128.png"
  },
  "browser_action": {
    "default_icon": "images/appscan128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "debugger",
    "downloads",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/domEvent.js",
        "js/collectDomElementData.js",
        "js/appScanBrowserAction.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/domEvent.js",
    "js/collectDomElementData.js",
    "js/appScanBrowserAction.js",
    "images/*.png",
    "options.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{520c8b87-9575-4e8a-bca6-653418681715}"
    }
  }
}

Best AppScan Activity Recorder Alternatives

Here are some Firefox add-ons that are similar to AppScan Activity Recorder: