LoadMagic.ai HAR Transaction Marker Firefox

Examine source code of LoadMagic.ai HAR Transaction Marker

Inspect and view changes in LoadMagic.ai HAR Transaction Marker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HAR Transaction Marker",
  "version": "0.1.0",
  "description": "Firefox sidebar utility for bracketing HAR recordings with start/end transaction markers and DCAI headers.",
  "browser_specific_settings": {
    "gecko": {
      "id": "har-txn-marker@loadmagic.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "src/pages/background/index.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "Open transaction sidebar"
  },
  "sidebar_action": {
    "default_panel": "src/pages/panel/index.html",
    "default_title": "HAR Transaction Marker",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best LoadMagic.ai HAR Transaction Marker Alternatives

Here are some Firefox add-ons that are similar to LoadMagic.ai HAR Transaction Marker: