Lighthouse Firefox

Examine source code of Lighthouse

Inspect and view changes in Lighthouse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lighthouse",
  "version": "1.0.0",
  "description": "A lightweight site audit tool inspired by Lighthouse.",
  "author": "Lighthouse Community",
  "browser_action": {
    "default_title": "Lighthouse",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mdmok.a.mm.a.l0.6@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Lighthouse Alternatives

Here are some Firefox add-ons that are similar to Lighthouse: