Inspect and view changes in Creme azur 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": "1.0",
"name": "Creme azur",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left bottom"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(171, 150, 232, 0.04)",
"toolbar_text": "rgb(242, 224, 173)",
"frame": "rgb(62, 90, 104)",
"tab_background_text": "rgb(246, 241, 200)",
"toolbar_field": "rgba(37, 49, 172, 0.33)",
"toolbar_field_text": "rgb(185, 181, 154)",
"tab_line": "rgb(49, 15, 241)",
"popup": "rgba(61, 62, 72, 0.78)",
"popup_text": "rgb(226, 221, 254)",
"button_background_active": "rgba(7, 34, 206, 0.33)",
"button_background_hover": "rgba(194, 92, 5, 0.4)",
"frame_inactive": "rgba(230, 28, 11, 0.04)",
"icons_attention": "rgba(15, 37, 194, 0.69)",
"icons": "rgba(236, 230, 225, 0.69)",
"ntp_background": "rgba(135, 133, 132, 0.69)",
"ntp_text": "rgb(237, 195, 118)",
"popup_border": "rgba(9, 47, 248, 0.97)",
"popup_highlight_text": "rgba(237, 174, 91, 0.31)",
"popup_highlight": "rgba(247, 97, 16, 0.79)",
"sidebar_border": "rgba(223, 44, 29, 0.04)",
"sidebar_highlight_text": "rgba(65, 9, 234, 0.95)",
"sidebar_highlight": "rgba(139, 159, 240, 0.31)",
"sidebar_text": "rgba(170, 156, 3, 0.95)",
"sidebar": "rgb(56, 48, 41)",
"tab_loading": "rgba(8, 225, 55, 0.97)",
"tab_selected": "rgba(102, 22, 234, 0.21)",
"tab_text": "rgb(203, 99, 9)",
"toolbar_field_border_focus": "rgba(8, 3, 128, 0.97)",
"toolbar_field_border": "rgb(7, 2, 98)",
"toolbar_field_focus": "rgba(48, 45, 44, 0.69)",
"toolbar_field_highlight": "rgba(97, 95, 247, 0.57)",
"toolbar_field_separator": "rgb(65, 66, 106)",
"toolbar_field_text_focus": "rgba(2, 1, 91, 0.98)",
"toolbar_top_separator": "rgba(201, 18, 45, 0.17)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{f6c01e1b-c426-4ed9-ac38-169eaedead04}"
}
}
}