Inspect and view changes in Dark Circuits source codes across current and past versions
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": "Dark Circuits",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(24, 24, 24)",
"toolbar_field": "rgb(81, 81, 81)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(0, 255, 56)",
"popup": "rgb(77, 77, 77)",
"popup_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(0, 255, 56)",
"bookmark_text": "rgb(255, 157, 83)",
"frame": "rgb(48, 48, 48)",
"tab_background_text": "rgb(173, 173, 173)"
}
}
}