Windows XP Luna Olive Green theme

Windows XP Luna Olive Green theme

Changes the look of Google Chrome to match the Luna Olive Green (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 Olive Green theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame_lunagreen.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": [
        187,
        201,
        143
      ],
      "ntp_section": [
        187,
        201,
        143
      ],
      "toolbar": [
        236,
        233,
        216
      ]
    },
    "tints": {
      "buttons": [
        0.233,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}