Inspect and view changes in Celestial Lights 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",
"description": "The glorious beauty of the northern lights and aurora borealis.",
"version": "1.6",
"manifest_version": 2,
"name": "Celestial Lights",
"short_name": "Celestial Lights",
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_ntp_background": "images/celestiallights.png",
"theme_tab_background": "images/tab.png",
"theme_toolbar": "images/toolbar.png",
"theme_ntp_attribution": "images/logo.png"
},
"colors": {
"ntp_background": [
1,
4,
13
],
"ntp_header": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"ntp_section": [
255,
255,
255
],
"ntp_section_link": [
255,
255,
255
],
"ntp_section_link_underline": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"bookmark_text": [
225,
225,
225
],
"tab_background_text": [
175,
175,
175
],
"tab_text": [
225,
225,
225
],
"frame": [
1,
4,
13
],
"frame_inactive": [
1,
4,
13
],
"frame_incongnito": [
1,
4,
13
],
"frame_incognito_inactive": [
1,
4,
13
],
"toolbar": [
1,
4,
13
]
},
"tints": {
"background_tab": [
0.65,
0.5,
0.3
],
"buttons": [
0.65,
0.99,
0.95
],
"frame_inactive": [
0.6,
0.5,
0.5
],
"frame_incognito": [
0.6,
0.5,
0.5
],
"frame_incognito_inactive": [
0.6,
0.5,
0.5
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
}
}
}