Inspect and view changes in Cherry Whispers Serenity 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0",
"manifest_version": 2,
"name": "Cherry Whispers Serenity",
"description": "A serene theme inspired by cherry blossoms and peaceful moments",
"theme": {
"images": {
"theme_ntp_background": "images/background.jpg"
},
"colors": {
"frame": [
255,
255,
255
],
"frame_inactive": [
245,
245,
245
],
"frame_incognito": [
245,
245,
245
],
"frame_incognito_inactive": [
245,
245,
245
],
"background_tab": [
232,
237,
233
],
"background_tab_inactive": [
242,
242,
242
],
"background_tab_incognito": [
232,
237,
233
],
"background_tab_incognito_inactive": [
242,
242,
242
],
"bookmark_text": [
51,
51,
51
],
"tab_text": [
51,
51,
51
],
"tab_background_text": [
64,
64,
64
],
"toolbar": [
255,
255,
255
],
"toolbar_button_icon": [
82,
107,
84
],
"omnibox_text": [
51,
51,
51
],
"omnibox_background": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
51,
51,
51
],
"ntp_link": [
76,
153,
85
],
"ntp_link_underline": [
76,
153,
85
],
"ntp_section": [
255,
255,
255
],
"ntp_section_text": [
51,
51,
51
],
"ntp_section_link": [
76,
153,
85
],
"ntp_section_link_underline": [
76,
153,
85
],
"button_background": [
245,
245,
245
]
},
"tints": {
"buttons": [
0.9,
1,
0.9
],
"frame": [
1,
1,
1
],
"frame_inactive": [
0.95,
0.95,
0.95
],
"frame_incognito": [
0.95,
0.95,
0.95
],
"frame_incognito_inactive": [
0.95,
0.95,
0.95
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
}
}
}