Inspect and view changes in Fairy Sparkles 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": "2.0",
"name": "Fairy Sprinkles",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center",
"right center"
],
"additional_backgrounds_tiling": [
"no-repeat",
"repeat-x"
]
},
"colors": {
"toolbar": "rgba(52, 121, 167, 0.03)",
"toolbar_text": "rgb(13, 91, 143)",
"text shadow": "2px 3px 2px rgba(0, 0, 0, 0.65)",
"frame": "rgba(169, 143, 177, 0.75)",
"tab_background_text": "rgb(0, 1, 161)",
"text-shadow": "3px 3px 2px rgba(0, 0, 0, 0.65)",
"icons_attention": "rgb(60, 83, 131)",
"toolbar_field": "rgba(52, 121, 167, 0.38)",
"toolbar_field_text": "rgb(255, 255, 255)",
"toolbar_field_highlight": "rgba(40, 44, 255, 0.68)",
"toolbar_field_highlight_text": "rgb(169, 253, 253)",
"toolbar_field_separator": "rgb(255, 255, 255)",
"toolbar_field_border": "rgba(145, 143, 179, 0.87)",
"toolbar_bottom_separator": "rgb(145, 143, 179)",
"toolbar_vertical_separator": "rgb(52, 121, 167)",
"toolbar_top_separator": "rgba(0, 0, 0, 0.65)",
"tab_line": "rgb(180, 92, 255)",
"popup": "rgb(52, 121, 167)",
"popup_text": "rgb(185, 255, 239)",
"tab_loading": "rgb(180, 92, 255)",
"ntp_background": "rgba(34, 135, 158, 0.45)",
"ntp_text": "rgb(245, 255, 184)"
}
}
}