Inspect and view changes in Brave browser blue and grey 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": "brave",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(48, 52, 67)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(12, 12, 23)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(24, 26, 33, 0.9)",
"toolbar_field_text": "rgb(198, 198, 198)",
"tab_line": "rgb(48, 52, 67)",
"popup": "rgb(48, 52, 67)",
"popup_text": "rgb(237, 237, 237)",
"icons_attention": "rgb(255, 60, 2)",
"icons": "rgb(214, 214, 214)",
"ntp_background": "rgb(48, 52, 67)",
"popup_highlight": "rgb(48, 52, 67)",
"sidebar_border": "rgb(48, 52, 67)",
"sidebar_highlight": "rgb(132, 134, 145)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(48, 52, 67)",
"tab_selected": "rgb(48, 52, 67)",
"toolbar_bottom_separator": "rgb(48, 52, 67)",
"toolbar_top_separator": "rgb(48, 52, 67)",
"tab_loading": "rgb(48, 52, 67)"
}
}
}