Inspect and view changes in GF-S Hidden Black Blue 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": "GF-S Hidden Black Blue",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(142, 179, 201)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(8, 8, 8, 0.16)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(20, 24, 44)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(255, 255, 255)",
"button_background_active": "rgba(2, 38, 0, 0.45)",
"button_background_hover": "rgba(82, 0, 1, 0.85)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgb(255, 255, 255)",
"popup_border": "rgba(142, 179, 201, 0.35)",
"sidebar_border": "rgba(142, 179, 201, 0.25)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgba(1, 14, 130, 0.5)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(0, 0, 0)",
"tab_loading": "rgb(213, 253, 2)",
"tab_selected": "rgba(255, 255, 255, 0.18)",
"toolbar_bottom_separator": "rgb(68, 68, 68)",
"toolbar_top_separator": "rgba(1, 9, 85, 0)"
}
}
}