Hintergrund mit Farbverlauf von dunkelblau nach dunkelgrün. Leicht dunklere Taskbar mit umrandeter Adressleiste
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": "3.0",
"name": "Mistery V3",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0.15)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 255, 255)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(33, 33, 33)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgba(137, 231, 210, 0)",
"popup": "rgb(33, 33, 33)",
"popup_text": "rgb(255, 255, 255)",
"button_background_hover": "rgba(0, 0, 0, 0.2)",
"icons_attention": "rgb(137, 231, 210)",
"popup_border": "rgba(0, 0, 0, 0)",
"popup_highlight": "rgb(0, 96, 80)",
"sidebar_border": "rgba(34, 25, 77, 0)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(0, 96, 80)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(33, 33, 33)",
"tab_loading": "rgb(0, 96, 80)",
"tab_selected": "rgba(11, 11, 11, 0.15)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_field_border": "rgba(137, 231, 210, 0)",
"toolbar_field_highlight_text": "rgb(255, 255, 255)",
"toolbar_field_highlight": "rgb(0, 96, 80)",
"toolbar_top_separator": "rgba(0, 0, 0, 0)"
}
}
}