AWS Security Agent Recorder Firefox

Examine source code of AWS Security Agent Recorder

By: Jeremy Add-on
Inspect and view changes in AWS Security Agent Recorder source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AWS Security Agent Recorder",
  "version": "0.4.0",
  "description": "Record the target domain and accessible URLs your web app contacts for AWS Security Agent setup.",
  "permissions": [
    "webRequest",
    "storage",
    "tabs",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.securityagent.global.app.aws/*"
      ],
      "js": [
        "content/autofill.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "aws-security-agent-recorder@example.invalid",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best AWS Security Agent Recorder Alternatives

Here are some Firefox add-ons that are similar to AWS Security Agent Recorder: