Examine source code of Simple Abyss Red

Inspect and view changes in Simple Abyss Red 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": "2.0",
  "name": "Simple Abyss Red",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(255, 0, 0)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(255, 0, 0)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 0, 0)",
      "tab_line": "rgb(255, 0, 0)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(255, 0, 0)",
      "button_background_hover": "rgb(112, 1, 1)",
      "icons_attention": "rgb(0, 50, 255)",
      "icons": "rgb(255, 0, 0)",
      "ntp_background": "rgb(0, 0, 0)",
      "ntp_text": "rgb(162, 162, 162)",
      "popup_border": "rgb(255, 0, 0)",
      "popup_highlight_text": "rgb(255, 0, 0)",
      "popup_highlight": "rgb(112, 1, 1)",
      "sidebar_border": "rgb(255, 0, 0)",
      "sidebar_highlight_text": "rgb(255, 0, 0)",
      "sidebar_highlight": "rgb(112, 1, 1)",
      "sidebar_text": "rgb(255, 0, 0)",
      "sidebar": "rgb(0, 0, 0)",
      "tab_selected": "rgb(87, 0, 0)",
      "tab_text": "rgb(255, 0, 0)",
      "toolbar_bottom_separator": "rgb(0, 0, 0)",
      "toolbar_field_border_focus": "rgb(87, 0, 0)",
      "toolbar_field_border": "rgb(181, 0, 0)",
      "toolbar_field_focus": "rgb(0, 0, 0)",
      "toolbar_field_highlight_text": "rgb(255, 0, 0)",
      "toolbar_field_highlight": "rgb(129, 0, 0)",
      "toolbar_field_text_focus": "rgb(255, 0, 0)",
      "toolbar_top_separator": "rgb(0, 0, 0)",
      "toolbar_vertical_separator": "rgb(0, 0, 0)",
      "tab_loading": "rgb(255, 0, 0)"
    }
  }
}