Examine source code of Fail Homer Theme

Inspect and view changes in Fail Homer 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",
  "version": "1.6",
  "name": "Fail Homer Theme",
  "description": "Fits most resolutions and best fit 1680 x 1050. Screen capture is the 1280x1024.",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        44,
        51,
        66
      ],
      "frame_inactive": [
        100,
        100,
        100
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        184,
        184,
        184
      ],
      "toolbar": [
        202,
        228,
        240
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        31,
        73,
        94
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "control_background": [
        164,
        198,
        57
      ],
      "bookmark_text": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        -1,
        0,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        0,
        0.65
      ],
      "frame_incognito": [
        0.5,
        0,
        0.5
      ],
      "frame_incognito_inactive": [
        -1,
        0,
        0.45
      ],
      "background_tab": [
        0.5,
        0.5,
        0.15
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom center",
      "ntp_background_repeat": "repeat-x"
    }
  }
}