Examine source code of OrYe

Inspect and view changes in OrYe 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": "YellowGreen",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(253, 253, 241)",
      "toolbar_text": "rgb(0, 60, 48)",
      "frame": "rgb(86, 86, 86)",
      "tab_background_text": "rgb(255, 228, 148)",
      "toolbar_field": "rgba(215, 215, 215, 0.71)",
      "toolbar_field_text": "rgb(0, 60, 48)",
      "tab_line": "rgb(255, 142, 0)",
      "popup": "rgba(215, 215, 215, 0.71)",
      "popup_text": "rgb(0, 60, 48)",
      "button_background_active": "rgb(255, 142, 0)",
      "button_background_hover": "rgb(255, 202, 135)",
      "popup_border": "rgb(0, 3, 3)",
      "popup_highlight_text": "rgb(255, 228, 148)",
      "popup_highlight": "rgb(86, 86, 86)",
      "tab_background_separator": "rgb(255, 142, 0)",
      "tab_selected": "rgb(253, 253, 241)",
      "toolbar_field_border": "rgb(255, 142, 0)",
      "toolbar_top_separator": "rgb(255, 142, 0)",
      "toolbar_vertical_separator": "rgb(255, 142, 0)",
      "tab_loading": "rgb(255, 142, 0)"
    }
  }
}