Examine source code of New York theme

Inspect and view changes in New York theme source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "New York theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        34,
        32,
        35
      ],
      "ntp_background": [
        34,
        32,
        35
      ],
      "ntp_header": [
        0,
        0,
        0,
        1
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        35,
        42,
        48,
        0.5
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        35,
        42,
        48
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        35,
        42,
        48
      ]
    },
    "images": {
      "theme_frame": "i/NY.png",
      "theme_ntp_background": "i/NY_large.png",
      "theme_tab_background": "i/1.png",
      "theme_toolbar": "i/black.png",
      "theme_ntp_attribution": "i/logo_flickr.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    }
  },
  "version": "1.2"
}