Web Vitals Tracker Firefox

Examine source code of Web Vitals Tracker

Inspect and view changes in Web Vitals Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Vitals Tracker",
  "version": "1.3",
  "description": "Measure Core Web Vitals (LCP, FID, CLS, etc.) directly in the browser.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Web Vitals"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c66ce4d-aa9e-4261-a726-19f4dfab1efa}"
    }
  }
}

Best Web Vitals Tracker Alternatives

Here are some Firefox add-ons that are similar to Web Vitals Tracker: