griffel-devtools

griffel-devtools

A new developer tools panel to inspect classes generated by griffel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A new developer tools panel to inspect classes generated by griffel",
  "manifest_version": 3,
  "name": "griffel-devtools",
  "version": "0.2.3",
  "devtools_page": "devtools-page.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ]
}