Inspect and view changes in Circuit_BPG 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": "1.0",
"name": "Circuit_BPG",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center bottom"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(98, 5, 193, 0.69)",
"toolbar_text": "rgb(0, 255, 0)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(0, 255, 25)",
"toolbar_field": "rgb(33, 0, 66)",
"toolbar_field_text": "rgb(0, 255, 43)",
"tab_line": "rgb(0, 255, 0)",
"popup": "rgb(81, 0, 168)",
"popup_text": "rgb(0, 255, 0)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgb(0, 255, 0)",
"tab_background_separator": "rgba(37, 0, 222, 0)",
"tab_loading": "rgb(0, 255, 0)"
}
}
}