CSS Custom Property Inspector Firefox

Examine source code of CSS Custom Property Inspector

Inspect and view changes in CSS Custom Property Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CSS Custom Property Inspector",
  "short_name": "CSS Custom P",
  "version": "1.0.0",
  "description": "Adds a DevTools panel that displays all CSS custom properties on the current page organized by scope",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "devtools_page": "devtools/devtools.html",
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "css_variable_inspector@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best CSS Custom Property Inspector Alternatives

Here are some Firefox add-ons that are similar to CSS Custom Property Inspector: