CSS Color Chart

CSS Color Chart

Tool that references all the css color that can be call by name, in rainbow order.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CSS Color Chart",
  "description": "Tool that references all the css color that can be call by name, in rainbow order.",
  "version": "1.2.2",
  "icons": {
    "32": "images/tile.32.png",
    "64": "images/tile.64.png",
    "128": "images/tile.128.png"
  },
  "browser_action": {
    "default_icon": "images/tile.128.png",
    "default_title": "CSS Color Chart",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  }
}