Inspect and view changes in Cave Story - Fog 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": "Cave Story - Fog",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"center top"
],
"additional_backgrounds_tiling": [
"no-repeat",
"repeat-x"
]
},
"colors": {
"toolbar": "rgba(248, 237, 236, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(111, 107, 86)",
"tab_background_text": "rgb(0, 0, 0)",
"toolbar_field": "rgb(207, 197, 212)",
"toolbar_field_text": "rgb(0, 0, 0)",
"tab_line": "rgb(0, 0, 0)",
"popup": "rgb(207, 197, 212)",
"popup_text": "rgb(0, 0, 0)",
"button_background_active": "rgb(0, 0, 0)",
"button_background_hover": "rgba(0, 0, 0, 0.5)",
"ntp_background": "rgb(151, 140, 151)",
"ntp_text": "rgb(255, 255, 255)",
"popup_border": "rgb(151, 140, 151)",
"sidebar_border": "rgb(165, 152, 173)",
"sidebar_highlight_text": "rgb(251, 253, 189)",
"sidebar_highlight": "rgb(165, 152, 173)",
"sidebar": "rgb(111, 107, 86)",
"tab_loading": "rgb(0, 0, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{1ae856a0-9f7a-49a2-841f-5fd41cb28cec}"
}
}
}