Send Profiler Logs to Logan Firefox

Examine source code of Send Profiler Logs to Logan

Inspect and view changes in Send Profiler Logs to Logan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Send Profiler Logs to Logan",
  "version": "0.1.0",
  "description": "Extract MOZ_LOG entries from a Firefox Profiler page and open them in logan.",
  "browser_specific_settings": {
    "gecko": {
      "id": "logan-profiler@mozilla-necko",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "scripting",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "https://profiler.firefox.com/*",
    "https://mozilla-necko.github.io/*"
  ],
  "action": {
    "default_title": "Open profiler logs in logan"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://mozilla-necko.github.io/logan/*"
      ],
      "js": [
        "inject-logan.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Send Profiler Logs to Logan Alternatives

Here are some Firefox add-ons that are similar to Send Profiler Logs to Logan: