Inspect and view changes in Celestia and Cake 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": "http://clients2.google.com/service/update2/crx",
"version": "1",
"name": "Celestia and Cake",
"description": "A Chrome theme of Princess Celestia and her love of cake.",
"theme": {
"images": {
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_ntp_attribution": "images/theme_ntp_attribution.png"
},
"colors": {
"frame": [
66,
116,
201
],
"frame_inactive": [
87,
228,
124
],
"frame_incognito": [
83,
106,
139
],
"frame_incognito_inactive": [
23,
35,
194
],
"toolbar": [
252,
244,
25
],
"tab_text": [
64,
130,
35
],
"tab_background_text": [
200,
26,
235
],
"bookmark_text": [
33,
99,
252
],
"ntp_background": [
33,
248,
255
],
"ntp_text": [
92,
176,
44
],
"button_background": [
33,
55,
252,
1
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [
0.82,
1,
0.55
],
"frame": [
0.49,
1,
0.53
],
"frame_inactive": [
0.81,
1,
0.56
],
"frame_incognito": [
0.49,
1,
0.57
],
"frame_incognito_inactive": [
0.7,
1,
0.56
],
"background_tab": [
0.48,
1,
0.89
]
}
}
}