Merry Christmas

Merry Christmas

Christmas is fast approaching and its merry christmas everywhere. To share the joy I have made a Google Chrome Theme. This…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Merry Christmas",
  "version": "1",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.jpg",
      "theme_tab_background": "images/theme_tab_background.jpg",
      "theme_ntp_background": "images/theme_ntp_background.jpeg",
      "theme_frame": "images/theme_frame.jpg",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/window_control_background.jpg"
    },
    "colors": {
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        94,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "toolbar": [
        131,
        15,
        15
      ],
      "ntp_background": [
        131,
        15,
        15
      ],
      "control_background": [
        187,
        144,
        41
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}