A stylish theme depicting Sonic's best friend Tails!
All images brought to you by SEGA and Sonic Team. Not for profit, made for fun
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": "Classic Tails Theme",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top",
"left bottom"
],
"additional_backgrounds_tiling": [
"no-repeat",
"repeat"
]
},
"colors": {
"toolbar": "rgba(204, 204, 204, 0.75)",
"toolbar_text": "rgb(0, 0, 0)",
"frame": "rgb(0, 153, 255)",
"tab_background_text": "rgb(255, 153, 0)",
"toolbar_field": "rgb(77, 77, 77)",
"toolbar_field_text": "rgb(204, 204, 204)",
"tab_line": "rgb(77, 77, 77)",
"popup": "rgb(255, 153, 0)",
"popup_text": "rgb(77, 77, 77)",
"button_background_hover": "rgb(255, 153, 0)",
"frame_inactive": "rgb(255, 255, 255)",
"icons": "rgb(230, 25, 102)",
"ntp_background": "rgb(255, 255, 255)",
"ntp_text": "rgb(77, 77, 77)",
"popup_border": "rgb(0, 0, 0)",
"popup_highlight_text": "rgb(0, 153, 255)",
"popup_highlight": "rgb(77, 77, 77)",
"sidebar_border": "rgb(0, 0, 0)",
"sidebar_highlight_text": "rgb(0, 0, 0)",
"sidebar_highlight": "rgb(204, 204, 204)",
"sidebar_text": "rgb(230, 25, 102)",
"sidebar": "rgb(204, 204, 204)",
"tab_loading": "rgb(77, 77, 77)",
"tab_selected": "rgb(230, 25, 102)",
"tab_text": "rgb(0, 153, 255)",
"toolbar_bottom_separator": "rgb(230, 25, 102)",
"toolbar_field_border_focus": "rgb(255, 255, 255)",
"toolbar_field_border": "rgb(230, 25, 102)",
"toolbar_field_focus": "rgb(77, 77, 77)",
"toolbar_field_highlight_text": "rgb(255, 153, 0)",
"toolbar_field_text_focus": "rgb(255, 153, 0)",
"toolbar_top_separator": "rgb(230, 25, 102)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{77553799-54ff-42fc-b2a6-e62d5539df57}"
}
}
}