Pentagons with cyan-blue theme.
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": "Blue Pentagons",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-026-829b05416f823e170310e7c826ad1bec.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(27, 40, 45)",
"toolbar_text": "rgb(143, 143, 143)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(140, 140, 140)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(35, 205, 179)",
"popup": "rgb(27, 40, 45)",
"popup_text": "rgb(140, 140, 140)",
"tab_loading": "rgb(35, 205, 179)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{f9c6bb01-6f56-4299-b975-834cb8c54045}"
}
}
}