Inspect and view changes in ufo-light 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": "ufo-light",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(234, 239, 240)",
"toolbar_text": "rgb(5, 50, 87)",
"frame": "rgb(234, 239, 240)",
"tab_background_text": "rgb(21, 103, 173)",
"toolbar_field": "rgb(234, 239, 240)",
"toolbar_field_text": "rgb(5, 50, 87)",
"tab_line": "rgb(5, 50, 87)",
"popup": "rgb(234, 239, 240)",
"popup_text": "rgb(5, 50, 87)",
"button_background_hover": "rgb(207, 224, 241)",
"icons": "rgb(51, 140, 217)",
"sidebar_border": "rgb(234, 239, 240)",
"tab_background_separator": "rgb(51, 140, 217)",
"tab_selected": "rgb(51, 140, 217)",
"tab_text": "rgb(234, 239, 240)",
"toolbar_bottom_separator": "rgb(234, 239, 240)",
"toolbar_field_border_focus": "rgb(234, 239, 240)",
"toolbar_field_border": "rgb(234, 239, 240)",
"toolbar_field_separator": "rgb(234, 239, 240)",
"toolbar_top_separator": "rgb(234, 239, 240)",
"tab_loading": "rgb(5, 50, 87)"
}
}
}