Inspect and view changes in Green Turf 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.35",
"name": "Green Turf",
"description": "Chrome theme to match Gmail's Turf theme.",
"icons": {
"128": "icon128.png"
},
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_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": [
96,
193,
20
],
"frame_inactive": [
96,
193,
20
],
"frame_incognito": [
62,
122,
12
],
"frame_incognito_inactive": [
62,
122,
12
],
"toolbar": [
135,
135,
135
],
"tab_text": [
77,
77,
77
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
250,
250,
250
],
"button_background": [
255,
255,
255,
0
]
},
"properties": {
"ntp_background_alignment": "left top",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [
-1,
-1,
-1
],
"frame": [
-1,
-1,
-1
],
"frame_inactive": [
0.26,
0.81,
0.42
],
"frame_incognito": [
0.26,
0.82,
0.26
],
"frame_incognito_inactive": [
0.26,
0.81,
0.31
],
"background_tab": [
0.26,
0.81,
0.42
]
}
}
}