Examine source code of RCB theme

Inspect and view changes in RCB 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": "RCB theme",
  "theme": {
    "colors": {
      "ntp_background": [
        152,
        3,
        5
      ],
      "tab_text": [
        255,
        235,
        178
      ],
      "tab_background_text": [
        255,
        235,
        198
      ],
      "bookmark_text": [
        255,
        235,
        178
      ],
      "ntp_section": [
        255,
        235,
        178
      ],
      "ntp_section_text": [
        255,
        235,
        178
      ],
      "ntp_section_link": [
        255,
        235,
        178
      ],
      "ntp_link": [
        255,
        235,
        178
      ],
      "ntp_text": [
        255,
        235,
        178
      ],
      "toolbar": [
        158,
        4,
        6
      ]
    },
    "images": {
      "theme_frame": "images/frame6_rcb.png",
      "theme_toolbar": "images/frame5_rcb.png",
      "theme_tab_background": "images/frame3_rcb.png",
      "theme_ntp_background": "images/rccb.png",
      "theme_frame_overlay": "images/bluetop.png",
      "theme_ntp_attribution": "images/rcbbig2.png"
    },
    "tints": {
      "buttons": [
        1,
        0.79,
        0.75
      ]
    },
    "properties": {
      "ntp_logo_alternate": "1"
    }
  },
  "version": "2.3"
}