it´s a sea of roses
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": "beautiful roses",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg",
"images/1.jpg",
"images/2.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"right top",
"right top"
],
"additional_backgrounds_tiling": [
"repeat",
"repeat",
"repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(201, 142, 173)",
"tab_background_text": "rgb(228, 124, 23)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(243, 16, 94)",
"tab_line": "rgb(168, 31, 52)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(249, 95, 116)",
"button_background_active": "rgba(34, 25, 77, 0.57)",
"icons_attention": "rgb(0, 0, 0)",
"icons": "rgb(68, 42, 223)",
"ntp_background": "rgb(0, 0, 0)",
"tab_loading": "rgb(168, 31, 52)"
}
}
}