Inspect and view changes in Edelgard Von Hresvelg FE3H 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": "Edelgard Von Hresvelg FE3H",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat",
"repeat"
]
},
"colors": {
"toolbar": "rgb(204, 60, 48)",
"toolbar_text": "rgb(68, 37, 44)",
"frame": "rgb(223, 81, 68)",
"tab_background_text": "rgb(252, 236, 235)",
"toolbar_field": "rgb(255, 246, 243)",
"toolbar_field_text": "rgb(68, 37, 44)",
"tab_line": "rgb(244, 193, 99)",
"popup": "rgb(108, 87, 74)",
"popup_text": "rgb(244, 193, 99)",
"tab_loading": "rgb(244, 193, 99)"
}
}
}