Examine source code of Zeratul

Inspect and view changes in Zeratul 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",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Zeratul",
  "theme": {
    "images": {
      "theme_frame": "images/zeratul_frame.png",
      "theme_ntp_background": "images/zeratul_back.png",
      "theme_toolbar": "images/zeratul_toolbar_back.png",
      "theme_tab_background": "images/zeratul_tab_back.png",
      "theme_tab_background_incognito": "images/zeratul_tab_back.png",
      "theme_tab_background_v": "images/zeratul_tab_back.png",
      "theme_ntp_attribution": "images/attribution.png"
    },
    "colors": {
      "frame": [
        19,
        137,
        19
      ],
      "frame_inactive": [
        91,
        0,
        183
      ],
      "frame_incognito": [
        19,
        137,
        19
      ],
      "frame_incognito_inactive": [
        91,
        0,
        183
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        240,
        240,
        240
      ],
      "toolbar": [
        19,
        137,
        19
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        222,
        222,
        222
      ],
      "ntp_section_link_underline": [
        222,
        222,
        222
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        222,
        222,
        222
      ],
      "npt_link_underline": [
        222,
        222,
        222
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "control_background": [
        19,
        137,
        19
      ],
      "button_background": [
        19,
        137,
        19
      ]
    }
  }
}