Inspect and view changes in Kingdom Hearts 3 Title Screen 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
{
"name": "Kingdom Hearts 3 Title Screen",
"manifest_version": 2,
"version": "4.1",
"theme": {
"images": {
"theme_frame": "KH3 Theme corner.png",
"additional_backgrounds": [
"KH3 Theme tile.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(120, 120, 120, 0.33)",
"toolbar_field": "rgba(255, 255, 255, 0.11)",
"toolbar_field_text": "rgba(127, 127, 250, 1)",
"frame": "#040307",
"tab_background_text": "rgba(127, 127, 250, 1)",
"bookmark_text": "rgba(127, 127, 250, 1)"
}
},
"dark_theme": {
"images": {
"theme_frame": "KH3 Theme corner.png",
"additional_backgrounds": [
"KH3 Theme tile.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(120, 120, 120, 0.33)",
"toolbar_field": "rgba(255, 255, 255, 0.11)",
"toolbar_field_text": "rgba(127, 127, 250, 1)",
"frame": "#040307",
"tab_background_text": "rgba(127, 127, 250, 1)",
"bookmark_text": "rgba(127, 127, 250, 1)"
}
}
}