Fits most resolutions and best fit 1680 x 1050. Screen capture is the 1280x1024.
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.2",
"name": "Blue Sky Theme",
"description": "Fits most resolutions and best fit 1680 x 1050. Screen capture is the 1280x1024.",
"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": {
"toolbar": [
134,
208,
226
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
31,
73,
94
],
"ntp_text": [
0,
0,
0
],
"ntp_link": [
0,
0,
0
],
"ntp_section": [
255,
255,
255
],
"ntp_header": [
80,
157,
201
],
"control_background": [
164,
198,
57
],
"bookmark_text": [
0,
0,
0
]
},
"tints": {
"buttons": [
-1,
0,
-1
],
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
0,
0.65
],
"frame_incognito": [
0.5,
0,
0.5
],
"frame_incognito_inactive": [
-1,
0,
0.45
],
"background_tab": [
0.5,
0.5,
0.15
]
},
"properties": {
"ntp_background_alignment": "bottom center",
"ntp_background_repeat": "repeat-x"
}
}
}