California Code Formatter Firefox

Examine source code of California Code Formatter

Inspect and view changes in California Code Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "California Code Formatter",
  "description": "Reformats the California legal codes into something more readable.",
  "version": "0.2.1",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "/icon128.png"
    }
  },
  "icons": {
    "128": "/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://leginfo.legislature.ca.gov/faces/codes_displayText*",
        "https://leginfo.legislature.ca.gov/faces/codes_displaySection*",
        "https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml*"
      ],
      "css": [
        "reformat.css"
      ],
      "js": [
        "reformat.js"
      ]
    }
  ]
}

Best California Code Formatter Alternatives

Here are some Firefox add-ons that are similar to California Code Formatter: