Inspect and view changes in Diamond Light Theme 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",
"manifest_version": 2,
"version": "1",
"name": "Diamond Light Theme",
"description": "A pretty display of light colored diamonds on a white background",
"author": "SleepyStardust",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_window_control_background": "images/theme_window_control_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_button_background": "images/theme_button_background.png"
},
"colors": {
"frame": [
246,
246,
246
],
"toolbar": [
246,
246,
246
],
"tab_text": [
79,
79,
79
],
"tab_background_text": [
79,
79,
79
],
"bookmark_text": [
79,
79,
79
],
"ntp_background": [
246,
246,
246
],
"ntp_text": [
79,
79,
79
],
"ntp_link": [
79,
79,
79
],
"ntp_header": [
79,
79,
79
],
"button_background": [
55,
55,
55
]
},
"tints": {
"buttons": [
15,
0.2,
0.65
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 1
}
}
}