test
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": "test",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0.01)",
"toolbar_text": "rgb(234, 171, 148)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(0, 0, 0, 0)",
"toolbar_field_text": "rgb(234, 171, 148)",
"tab_line": "rgb(234, 171, 148)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(234, 171, 148)",
"tab_background_separator": "rgba(34, 34, 34, 0)",
"tab_selected": "rgba(44, 0, 248, 0)",
"toolbar_bottom_separator": "rgba(0, 0, 0, 0)",
"toolbar_field_border": "rgba(60, 19, 255, 0)",
"toolbar_field_highlight_text": "rgba(6, 0, 34, 0)",
"toolbar_field_highlight": "rgba(43, 0, 255, 0)",
"toolbar_field_separator": "rgba(43, 0, 255, 0)",
"toolbar_field_text_focus": "rgba(43, 0, 255, 0)",
"toolbar_top_separator": "rgba(8, 7, 13, 0)",
"toolbar_vertical_separator": "rgba(43, 0, 255, 0)",
"tab_loading": "rgb(234, 171, 148)"
}
}
}