Representation of the church of St. Basil in Moscow 1700
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": "basil",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(255, 255, 255, 0.7)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(255, 255, 255)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(255, 255, 255, 0.32)",
"toolbar_field_text": "rgba(3, 3, 3, 0.5)",
"tab_line": "rgb(255, 0, 2)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(0, 0, 0)",
"button_background_active": "rgb(251, 4, 7)",
"button_background_hover": "rgba(251, 4, 7, 0.3)",
"tab_selected": "rgba(251, 4, 7, 0.3)",
"toolbar_field_border_focus": "rgb(0, 0, 0)",
"toolbar_top_separator": "rgb(255, 255, 255)",
"tab_loading": "rgb(255, 0, 2)"
}
}
}