The Great Wave off Kanagawa
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": "The Great Wave off Kanagawa",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left bottom"
],
"additional_backgrounds_tiling": [
"repeat-x"
]
},
"colors": {
"toolbar": "rgba(23, 21, 33, 0.42)",
"toolbar_text": "rgb(219, 220, 219)",
"frame": "rgb(31, 25, 96)",
"tab_background_text": "rgb(219, 220, 219)",
"toolbar_field": "rgba(219, 220, 219, 0.4)",
"toolbar_field_text": "rgb(21, 18, 44)",
"tab_line": "rgb(0, 0, 0)",
"popup": "rgba(219, 220, 219, 0.4)",
"popup_text": "rgba(31, 25, 96, 0.67)",
"button_background_active": "rgb(52, 27, 168)",
"button_background_hover": "rgb(144, 140, 183)",
"frame_inactive": "rgb(20, 10, 62)",
"icons": "rgb(52, 32, 165)",
"ntp_text": "rgb(21, 18, 44)",
"popup_highlight_text": "rgb(30, 26, 67)",
"sidebar_border": "rgb(136, 130, 192)",
"sidebar_highlight": "rgb(31, 25, 96)",
"tab_loading": "rgb(0, 0, 0)"
}
}
}