Lighthouse (Lite) Firefox

Examine source code of Lighthouse (Lite)

Inspect and view changes in Lighthouse (Lite) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lighthouse (Lite)",
  "version": "1.3",
  "description": "A lightweight Lighthouse-inspired auditor: performance signals, SEO, and best practices on any page.",
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Lighthouse (Lite)",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3e10aa1f-c15a-4b76-9e91-87deaae16315}"
    }
  }
}

Best Lighthouse (Lite) Alternatives

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