Google Santa Tracker 2012 Theme

Google Santa Tracker 2012 Theme

Celebrate the holiday season with the custom Google Maps Santa Tracker chrome theme. Santa's developer elves have created this…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Google Santa Tracker 2012 Theme",
  "version": "1.2",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_ntp_background": "images/village.png",
      "theme_ntp_attribution": "images/santa.png",
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/theme-tool-bar.png",
      "theme_tab_background": "images/tab-inactive.png"
    },
    "properties": {
      "ntp_background_alignment": "center bottom",
      "ntp_background_repeat": "repeat-x",
      "theme_tab_background_repeat": "repeat-x",
      "theme_toolbar_alignment": "center",
      "theme_toolbar_repeat": "repeat-x",
      "theme_frame_alignment": "center",
      "theme_frame_repeat": "repeat-x"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        241,
        241,
        241
      ],
      "frame_incognito": [
        203,
        224,
        237
      ],
      "frame_incognito_inactive": [
        184,
        202,
        214
      ],
      "toolbar": [
        236,
        245,
        250
      ],
      "tab_text": [
        105,
        105,
        105
      ],
      "tab_background_text": [
        105,
        105,
        105
      ],
      "bookmark_text": [
        105,
        105,
        105
      ],
      "ntp_background": [
        243,
        250,
        254
      ],
      "ntp_text": [
        105,
        105,
        105
      ],
      "ntp_link": [
        55,
        142,
        196
      ],
      "ntp_link_underline": [
        55,
        142,
        196
      ],
      "ntp_header": [
        105,
        105,
        105
      ],
      "ntp_section": [
        235,
        235,
        235
      ],
      "ntp_section_text": [
        105,
        105,
        105
      ],
      "ntp_section_link": [
        55,
        142,
        196
      ],
      "ntp_section_link_underline": [
        55,
        142,
        196
      ],
      "button_background": [
        235,
        235,
        235
      ]
    }
  }
}