Inspect and view changes in Young Kakashi animated theme 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": "Young Kakashi animated",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat",
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(225, 234, 239, 0)",
"toolbar_text": "rgb(24, 9, 76)",
"frame": "rgb(91, 164, 207)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(224, 231, 253, 0.46)",
"toolbar_field_text": "rgb(58, 82, 119)",
"tab_line": "rgb(255, 255, 255)",
"popup": "rgb(129, 193, 216)",
"popup_text": "rgb(24, 9, 76)",
"tab_loading": "rgb(255, 255, 255)"
}
}
}