Inspect and view changes in Windows XP Luna Silver 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": "http://clients2.google.com/service/update2/crx",
"version": "1.1",
"name": "Windows XP Luna Silver theme",
"theme": {
"images": {
"theme_frame": "images/frame_lunasilver.png",
"theme_toolbar": "images/toolbar_xp.png",
"theme_tab_background": "images/tab_background_xp.png",
"theme_tab_background_incognito": "images/tab_background_xp.png",
"theme_ntp_background": "images/ntp_background_xp.png"
},
"colors": {
"frame": [
255,
255,
255
],
"toolbar": [
224,
226,
235
],
"ntp_section": [
224,
224,
224
]
},
"tints": {
"frame_incognito": [
0,
0,
0.4
],
"frame_incognito_inactive": [
0,
0,
0.45
],
"buttons": [
-1,
0,
-1
]
},
"properties": {
"ntp_background_alignment": "right bottom",
"ntp_background_repeat": "no-repeat"
}
}
}