Windows Vista Basic theme

Windows Vista Basic theme

Changes the look of Google Chrome to match the Vista Basic theme for Windows Vista.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Windows Vista Basic theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame_vista.png",
      "theme_frame_inactive": "images/frame_inactive_vista.png",
      "theme_toolbar": "images/toolbar_vista.png"
    },
    "colors": {
      "frame": [
        186,
        210,
        234
      ],
      "frame_inactive": [
        215,
        228,
        242
      ],
      "toolbar": [
        224,
        229,
        245
      ],
      "ntp_section": [
        185,
        209,
        234
      ]
    },
    "tints": {
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        0.625,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}