React Fiberline

React Fiberline

A devtool extension for inspecting the performance of React components.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "React Fiberline",
  "short_name": "react-fiberline",
  "description": "A devtool extension for inspecting the performance of React components.",
  "version": "4",
  "devtools_page": "devtools.html",
  "icons": {
    "128": "./icon/fiberline.jpg"
  },
  "permissions": [
    "file:///*",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}