Examine source code of SuperUser

Inspect and view changes in SuperUser 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.0",
  "name": "SuperUser",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(33, 35, 45)",
      "toolbar_text": "rgb(253, 253, 253)",
      "frame": "rgb(35, 36, 56)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(51, 56, 87)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(34, 36, 48)",
      "popup": "rgb(34, 34, 52)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(51, 56, 87)",
      "button_background_hover": "rgb(51, 56, 87)",
      "icons_attention": "rgb(51, 56, 87)",
      "icons": "rgb(206, 214, 234)",
      "ntp_background": "rgb(38, 35, 56)",
      "popup_border": "rgb(51, 56, 87)",
      "popup_highlight_text": "rgb(44, 47, 71)",
      "popup_highlight": "rgb(178, 191, 237)",
      "sidebar_border": "rgb(51, 56, 87)",
      "sidebar_highlight": "rgb(51, 56, 87)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(48, 50, 62)",
      "tab_background_separator": "rgb(51, 56, 87)",
      "tab_loading": "rgb(51, 56, 87)",
      "tab_selected": "rgb(51, 56, 87)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_bottom_separator": "rgb(37, 37, 55)",
      "toolbar_field_border_focus": "rgb(51, 56, 87)",
      "toolbar_field_focus": "rgb(45, 45, 64)",
      "toolbar_field_highlight_text": "rgb(0, 0, 0)",
      "toolbar_field_highlight": "rgb(174, 183, 225)",
      "toolbar_field_separator": "rgb(255, 255, 255)",
      "toolbar_field_text_focus": "rgb(255, 255, 255)",
      "toolbar_vertical_separator": "rgb(178, 191, 237)"
    }
  }
}