Examine source code of System - tab blue

Inspect and view changes in System - tab blue 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
{
  "manifest_version": 2,
  "version": "1.1",
  "name": "System - tab blue",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(242, 242, 242)",
      "toolbar_text": "rgb(48, 48, 48)",
      "frame": "rgb(217, 217, 217)",
      "tab_background_text": "rgb(48, 48, 48)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(48, 48, 48)",
      "tab_line": "rgba(255, 4, 4, 0)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(48, 48, 48)",
      "tab_selected": "rgb(5, 116, 196)",
      "tab_text": "rgb(255, 255, 255)",
      "tab_loading": "rgba(255, 4, 4, 0)"
    }
  }
}