Examine source code of vt hokies theme

Inspect and view changes in vt hokies 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": "0.1",
  "name": "vt hokies theme",
  "theme": {
    "images": {
      "theme_frame": "images/maroon_bg.png",
      "theme_frame_overlay": "images/vt_logo_70.png",
      "theme_toolbar": "images/maroon_bg.png",
      "theme_tab_background": "images/orange_bg.png",
      "theme_ntp_background": "images/hokie_bird.png"
    },
    "colors": {
      "toolbar": [
        255,
        69,
        0
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        69,
        0
      ],
      "ntp_link": [
        255,
        69,
        0
      ],
      "ntp_section": [
        255,
        69,
        0
      ],
      "button_background": [
        128,
        0,
        0
      ]
    }
  }
}