Colourful lines, waves and circles static browser theme.
Take a look on my channel: https://www.youtube.com/@colour-battle
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": "Line leaves",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center bottom"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(244, 203, 255)",
"toolbar_text": "rgb(0, 123, 116)",
"frame": "rgb(255, 255, 255)",
"tab_background_text": "rgb(130, 63, 0)",
"toolbar_field": "rgb(255, 241, 202)",
"toolbar_field_text": "rgb(128, 0, 128)",
"tab_line": "rgb(22, 214, 221)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(2, 153, 146)",
"tab_loading": "rgb(22, 214, 221)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{9a159724-bf15-4652-b47e-cbece1702f0f}"
}
}
}