This is a Hacker Theme that has an animated code background
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.5",
"name": "Hacker (Animated)",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(17, 17, 17)",
"toolbar_text": "rgb(0, 247, 0)",
"frame": "rgb(17, 17, 17)",
"tab_background_text": "rgb(0, 247, 0)",
"toolbar_field": "rgb(17, 17, 17)",
"toolbar_field_text": "rgb(0, 247, 0)",
"tab_line": "rgb(0, 247, 0)",
"popup": "rgb(17, 17, 17)",
"popup_text": "rgb(0, 247, 0)",
"popup_border": "rgb(0, 247, 0)",
"sidebar_border": "rgb(0, 247, 0)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(17, 17, 17)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(17, 17, 17)",
"ntp_background": "rgb(17, 17, 17)",
"ntp_text": "rgb(0, 247, 0)",
"tab_loading": "rgb(0, 247, 0)",
"toolbar_top_separator": "rgb(0, 0, 0, 0)",
"toolbar_field_border_focus": "rgb(17,17,17)"
}
}
}