bts yeah
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",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right bottom"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(53, 28, 96, 0.25)",
"toolbar_text": "rgb(120, 81, 166)",
"frame": "rgb(184, 170, 209)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(119, 81, 148)",
"tab_line": "rgb(108, 89, 157)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(128, 98, 183)",
"tab_loading": "rgb(108, 89, 157)"
}
}
}