The official Chrome theme for Google I/O 2010.
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": "0.1.2",
"name": "Google I/O 2010 Theme (by Google)",
"description": "The official Chrome theme for Google I/O 2010.",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_overlay": "images/theme_frame_overlay.png",
"theme_frame_incognito": "images/theme_frame_incognito.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_button_background": "images/theme_button_background.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_ntp_attribution": "images/theme_ntp_attribution.png",
"theme_window_control_background": "images/theme_window_control_background.png"
},
"colors": {
"frame_incognito": [
255,
255,
255
],
"tab_text": [
53,
86,
136
],
"tab_background_text": [
207,
215,
227
],
"toolbar": [
255,
255,
255
],
"ntp_header": [
53,
86,
136
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
32,
32,
32
],
"ntp_link": [
53,
86,
136
],
"ntp_section": [
200,
221,
231
],
"ntp_section_text": [
32,
32,
32
],
"ntp_section_link": [
53,
86,
136
],
"button_background": [
255,
255,
255
],
"control_background": [
164,
198,
57
]
},
"tints": {
"frame_inactive": [
-1,
0.15,
0.8
],
"frame_incognito_inactive": [
0.5,
0,
0.45
],
"background_tab": [
-1,
-1,
0.2
]
},
"properties": {
"ntp_background_alignment": "bottom left",
"ntp_background_repeat": "repeat-x"
}
}
}