Examine source code of CyberPink

Inspect and view changes in CyberPink 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": "CyberPink",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(24, 26, 27)",
      "toolbar_text": "rgb(240, 0, 96)",
      "frame": "rgb(24, 26, 27)",
      "tab_background_text": "rgb(240, 0, 96)",
      "toolbar_field": "rgb(60, 22, 39)",
      "toolbar_field_text": "rgb(240, 0, 96)",
      "tab_line": "rgb(24, 26, 27)",
      "popup": "rgb(24, 26, 27)",
      "popup_text": "rgb(240, 0, 96)",
      "button_background_hover": "rgb(96, 17, 50)",
      "popup_border": "rgb(60, 22, 39)",
      "popup_highlight_text": "rgb(240, 0, 96)",
      "sidebar_border": "rgb(240, 0, 96)",
      "sidebar_highlight_text": "rgb(240, 0, 96)",
      "sidebar_highlight": "rgb(96, 17, 50)",
      "sidebar_text": "rgb(240, 0, 96)",
      "toolbar_field_border_focus": "rgb(240, 0, 96)",
      "toolbar_field_border": "rgb(24, 26, 27)",
      "toolbar_field_highlight_text": "rgb(240, 0, 96)",
      "toolbar_field_highlight": "rgba(240, 0, 96, 0.2)",
      "toolbar_field_text_focus": "rgb(240, 0, 96)",
      "tab_loading": "rgb(24, 26, 27)"
    }
  }
}