Lighthouse Report Generator

Lighthouse Report Generator

Generates a Lighthouse Report without needing to use Chrome or the Lighthouse CLI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lighthouse Report Generator",
  "version": "0.0.2",
  "description": "Generates a Lighthouse Report and without needing to use Chrome",
  "icons": {
    "128": "images/logo.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "38": "images/logo.png"
    },
    "default_title": "Lighthouse",
    "default_popup": "popup.html",
    "browser_style": true
  }
}