WPT Lighthouse Calc

WPT Lighthouse Calc

Calculate Lighthouse scores from WPT results.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WPT Lighthouse Calc",
  "description": "Calculate Lighthouse scores from WPT results.",
  "version": "1.0.1",
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "commands": {
    "open": {
      "suggested_key": "Alt+L",
      "description": "Open Lighthouse Scorecalc page from WPT results"
    }
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}