Live CSS Editor VI Firefox

Examine source code of Live CSS Editor VI

Inspect and view changes in Live CSS Editor VI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Live CSS Editor",
  "version": "1.3",
  "description": "Edit and apply custom CSS styles in real-time on any webpage. V2 supports multiple rule sets and persistent storage.",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8076ffeb-77f1-4a2c-9798-e4b3d4a42429}"
    }
  }
}

Best Live CSS Editor VI Alternatives

Here are some Firefox add-ons that are similar to Live CSS Editor VI: