Inspect and view changes in BTS : BE 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": "BTS : BE",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(225, 234, 239, 0.41)",
"toolbar_text": "rgb(45, 43, 43)",
"frame": "rgb(14, 18, 10)",
"tab_background_text": "rgb(173, 166, 173)",
"toolbar_field": "rgba(49, 49, 48, 0.5)",
"toolbar_field_text": "rgba(215, 206, 215, 0.67)",
"tab_line": "rgb(83, 74, 87)",
"popup": "rgb(242, 236, 241)",
"popup_text": "rgb(104, 69, 117)",
"sidebar_highlight_text": "rgb(91, 88, 95)",
"tab_loading": "rgb(83, 74, 87)"
}
}
}