Made from a scene of the game Life Is Strange
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": "2.0",
"name": "before the storm",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(56, 60, 59, 0.59)",
"toolbar_field": "rgba(95, 114, 121, 0.43)",
"toolbar_field_text": "rgb(247, 247, 245)",
"tab_line": "rgb(140, 154, 157)",
"popup": "rgb(64, 73, 68)",
"popup_text": "rgb(232, 229, 248)",
"tab_loading": "rgb(140, 154, 157)",
"bookmark_text": "rgb(235, 227, 248)",
"frame": "rgb(24, 16, 4)",
"tab_background_text": "rgb(235, 227, 248)"
}
}
}