Lighthouse Web Extension Firefox

Examine source code of Lighthouse Web Extension

Inspect and view changes in Lighthouse Web Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lighthouse Web Extension",
  "version": "1.0.2",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@lighthouseapp.io"
    }
  },
  "homepage_url": "https://lighthouseapp.io",
  "author": "Dominik Weber",
  "action": {},
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://lighthouseapp.io/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "content-scripts/content.css"
      ],
      "matches": [
        "https://lighthouseapp.io/*"
      ]
    }
  ]
}

Best Lighthouse Web Extension Alternatives

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