A peaceful beach theme with warm sunset colors
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",
"manifest_version": 2,
"name": "Sunset Beach Theme",
"version": "1.0",
"description": "A peaceful beach theme with warm sunset colors",
"theme": {
"colors": {
"bookmark_text": [
51,
51,
51
],
"tab_text": [
51,
51,
51
],
"tab_background_text": [
102,
102,
102
],
"ntp_text": [
51,
51,
51
],
"ntp_link": [
139,
86,
49
],
"ntp_section": [
207,
159,
119
],
"ntp_section_text": [
51,
51,
51
],
"ntp_section_link": [
139,
86,
49
],
"control_background": [
255,
255,
255
],
"button_background": [
207,
159,
119
]
},
"tints": {
"buttons": [
0.87,
0.77,
0.67
],
"frame_inactive": [
0.87,
0.77,
0.67
],
"frame_incognito": [
0.87,
0.77,
0.67
],
"frame_incognito_inactive": [
0.87,
0.77,
0.67
]
},
"images": {
"theme_ntp_background": "beach_sunset.jpg"
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_background_size": "cover"
}
}
}