Inspect and view changes in Galaxy Fox (cyan/magenta) 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": "Galaxy Fox (cyan/magenta)",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(21, 4, 32, 0.5)",
"toolbar_text": "rgb(222, 253, 253)",
"frame": "rgb(0, 226, 255)",
"tab_background_text": "rgb(156, 188, 188)",
"toolbar_field": "rgba(116, 110, 124, 0.53)",
"toolbar_field_text": "rgb(251, 218, 241)",
"tab_line": "rgb(0, 255, 255)",
"popup": "rgb(245, 231, 251)",
"popup_text": "rgb(60, 0, 60)",
"ntp_background": "rgb(42, 11, 59)",
"ntp_text": "rgb(251, 218, 241)",
"tab_loading": "rgb(0, 255, 255)"
}
}
}