Inspect and view changes in Sky at Night 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,
"theme": {
"images": {
"theme_frame": "images/theme_ntp_background.jpeg",
"theme_toolbar": "images/theme_ntp_background.jpeg",
"theme_tab_background": "images/theme_ntp_background.jpeg",
"theme_ntp_background": "images/theme_ntp_background.jpeg"
},
"colors": {
"frame": [
29,
40,
41
],
"toolbar": [
29,
40,
41
],
"tab_text": [
240,
248,
237
],
"tab_background_text": [
240,
248,
237
],
"bookmark_text": [
240,
248,
237
],
"ntp_background": [
29,
40,
41
],
"ntp_text": [
240,
248,
237
],
"button_background": [
29,
40,
41
]
},
"tints": {
"buttons": [
240,
248,
237
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "repeat"
}
},
"name": "Sky at Night",
"version": "3",
"description": "Theme of the Sky at night. "
}