Examine source code of Lite Theme

Inspect and view changes in Lite 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.5",
  "name": "Lite Theme",
  "description": "On aero.",
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/bg.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        163,
        163,
        163
      ],
      "toolbar": [
        234,
        235,
        235
      ],
      "ntp_text": [
        20,
        20,
        20
      ],
      "ntp_section": [
        232,
        232,
        232
      ],
      "ntp_header": [
        163,
        163,
        163
      ],
      "ntp_link": [
        20,
        20,
        20
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        20,
        20,
        20
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        20,
        20,
        20
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}