Inspect and view changes in These Lights Dance 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",
"name": "These Lights Dance",
"version": "2.2",
"description": "",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_ntp_background": "images/theme_ntp_background.png"
},
"colors": {
"frame": [
1,
17,
11
],
"toolbar": [
7,
8,
8
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
187,
187,
187
],
"bookmark_text": [
231,
252,
238
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
44,
0,
88
],
"ntp_link": [
0,
66,
7
],
"button_background": [
46,
8,
5,
1
]
},
"tints": {
"buttons": [
0.03,
0.67,
0.33
]
},
"properties": {
"ntp_background_alignment": "right bottom",
"ntp_background_repeat": "no-repeat"
}
}
}