Inspect and view changes in Galaxy Shooting Stars 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 Shooting Stars",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(25, 13, 51, 0.57)",
"toolbar_text": "rgba(130, 106, 147, 0.61)",
"frame": "rgb(8, 2, 34)",
"tab_background_text": "rgb(90, 73, 120)",
"toolbar_field": "rgba(49, 23, 67, 0.41)",
"toolbar_field_text": "rgba(68, 71, 146, 0.35)",
"tab_line": "rgba(198, 176, 232, 0.57)",
"popup": "rgba(22, 15, 56, 0.59)",
"popup_text": "rgba(169, 146, 200, 0.54)",
"button_background_hover": "rgba(96, 81, 125, 0.43)",
"icons_attention": "rgba(164, 210, 237, 0.43)",
"icons": "rgba(142, 125, 173, 0.48)",
"tab_background_separator": "rgba(143, 143, 143, 0.61)",
"tab_selected": "rgba(161, 161, 161, 0.25)",
"tab_text": "rgba(221, 246, 249, 0.59)",
"toolbar_bottom_separator": "rgba(138, 138, 138, 0.61)",
"toolbar_field_border_focus": "rgba(140, 140, 140, 0.72)",
"toolbar_field_border": "rgba(164, 164, 164, 0.61)",
"toolbar_field_focus": "rgba(117, 117, 117, 0.61)",
"toolbar_field_highlight_text": "rgba(151, 151, 151, 0.61)",
"toolbar_field_highlight": "rgba(174, 171, 171, 0.48)",
"toolbar_field_separator": "rgba(77, 99, 166, 0.36)",
"toolbar_field_text_focus": "rgba(168, 168, 168, 0.61)",
"toolbar_top_separator": "rgba(94, 70, 128, 0.57)",
"toolbar_vertical_separator": "rgba(89, 81, 127, 0.61)",
"tab_loading": "rgba(198, 176, 232, 0.57)"
}
}
}