Examine source code of 7th Column

Inspect and view changes in 7th Column 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.0",
  "name": "7th Column",
  "theme": {
    "images": {
      "theme_ntp_background": "images/ntp_background.jpg",
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/tab_background.png"
    },
    "colors": {
      "frame": [
        0,
        0,
        0,
        0.8
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "button_background": [
        10,
        10,
        10,
        0.8
      ],
      "tab_text": [
        245,
        245,
        245
      ],
      "ntp_text": [
        200,
        200,
        200
      ],
      "ntp_link": [
        70,
        70,
        255
      ],
      "ntp_section": [
        81,
        162,
        208,
        0.5
      ],
      "bookmark_text": [
        70,
        70,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0,
        0.8
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0.7,
        0.7
      ]
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  }
}