Color CA Votes

Color CA Votes

This extension changes colors in a CA legislator vote to show party affiliation

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Color CA Votes",
  "description": "This extension changes colors in a CA legislator vote to show party affiliation",
  "version": "2.14",
  "version_name": "2.14 (Official Build)",
  "author": "Richard M. Mathews",
  "icons": {
    "16": "CCAVlogo16.png",
    "48": "CCAVlogo48.png",
    "128": "CCAVlogo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://leginfo.legislature.ca.gov/faces/bill*Client.xhtml*"
      ],
      "js": [
        "CCAV.js"
      ],
      "run_at": "document_end"
    }
  ]
}