Inspect and view changes in madoka and homura 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": "madoka and homura",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(121, 30, 146, 0.33)",
"toolbar_text": "rgb(236, 185, 221)",
"frame": "rgb(232, 116, 199)",
"tab_background_text": "rgb(147, 6, 183)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(147, 6, 183)",
"tab_line": "rgb(214, 13, 158)",
"popup": "rgb(214, 181, 222)",
"popup_text": "rgb(152, 12, 112)",
"tab_loading": "rgb(214, 13, 158)"
}
}
}