Inspect and view changes in Re:Zero - Rem + Lia 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": "Re:Zero",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0)",
"toolbar_text": "rgb(5, 17, 96)",
"frame": "rgb(202, 182, 217)",
"tab_background_text": "rgb(146, 99, 179)",
"toolbar_field": "rgba(225, 234, 239, 0)",
"toolbar_field_text": "rgb(5, 17, 96)",
"tab_line": "rgb(146, 99, 179)",
"popup": "rgb(240, 231, 244)",
"popup_text": "rgb(5, 17, 96)",
"tab_loading": "rgb(146, 99, 179)"
}
}
}