Windows XP Luna Silver theme

Windows XP Luna Silver theme

Changes the look of Google Chrome to match the Luna Silver (Default) theme for Windows XP.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "name": "Windows XP Luna Silver theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame_lunasilver.png",
      "theme_toolbar": "images/toolbar_xp.png",
      "theme_tab_background": "images/tab_background_xp.png",
      "theme_tab_background_incognito": "images/tab_background_xp.png",
      "theme_ntp_background": "images/ntp_background_xp.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "toolbar": [
        224,
        226,
        235
      ],
      "ntp_section": [
        224,
        224,
        224
      ]
    },
    "tints": {
      "frame_incognito": [
        0,
        0,
        0.4
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0.45
      ],
      "buttons": [
        -1,
        0,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}