{
  "manifest_version": 3,
  "name": "Forge DevTools",
  "version": "0.4.4",
  "description": "Inspect Forge requests from a DevTools panel - pipeline state, resolved blocks, reachability and per-phase timings.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "https://github.com/ministryofjustice/hmpps-forge",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "devtools_page": "devtools.html"
}
