Inspect and view changes in Lush – Soft 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,
"name": "Lush – Soft",
"author": "Mozilla",
"version": "2.1",
"icons": {
"32": "icon.svg"
},
"theme": {
"colors": {
"tab_background_text": "hsl(150, 6%, 20%)",
"tab_text": "hsl(150, 6%, 20%)",
"tab_selected": "hsl(0, 0%, 100%)",
"tab_line": "transparent",
"tab_loading": "hsl(145, 24%, 32%)",
"frame": "hsl(147, 25%, 86%)",
"popup": "hsl(0, 0%, 100%)",
"popup_text": "hsl(150, 6%, 20%)",
"popup_border": "hsl(144, 25%, 88%)",
"popup_highlight": "hsla(143, 25%, 86%, 0.7)",
"popup_highlight_text": "hsl(150, 6%, 20%)",
"toolbar": "hsl(140, 26%, 93%)",
"toolbar_text": "hsl(150, 6%, 20%)",
"toolbar_field": "hsl(147, 25%, 86%)",
"toolbar_field_text": "hsl(150, 6%, 20%)",
"toolbar_field_focus": "hsl(0, 0%, 100%)",
"toolbar_field_border_focus": "rgba(0, 96, 223, 0.5)",
"toolbar_top_separator": "transparent",
"toolbar_bottom_separator": "hsl(147, 25%, 86%)",
"ntp_background": "hsl(150, 25%, 97%)",
"ntp_card_background": "hsl(0, 0%, 100%)",
"ntp_text": "hsl(150, 6%, 20%)",
"sidebar": "hsl(0, 0%, 100%)",
"sidebar_text": "hsl(150, 6%, 20%)",
"sidebar_highlight": "hsla(143, 25%, 86%, 0.7)",
"icons_attention": "hsl(145, 24%, 32%)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "lush-soft-colorway@mozilla.org"
}
}
}