Chromatic Mod

Chromatic Mod

Multi-coloured theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "description": "Multi-coloured theme",
  "name": "Chromatic Mod",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        0,
        0,
        0
      ],
      "ntp_section": [
        211,
        211,
        211
      ],
      "tab_background_text": [
        250,
        250,
        250
      ],
      "toolbar": [
        211,
        211,
        211
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {},
    "tints": {
      "buttons": [
        0.1,
        0,
        0.5
      ]
    }
  },
  "version": "2.1.1"
}