Inspect and view changes in Minty 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",
"name": "Minty Theme",
"description": "Try the refreshing Minty theme for Google Chrome for a fresh new outlook.",
"version": "0.1.0",
"theme": {
"colors": {
"button_background": [
255,
255,
255
],
"control_background": [
171,
219,
108
],
"frame": [
136,
174,
89
],
"frame_incognito": [
255,
255,
255
],
"ntp_link": [
136,
174,
89
],
"ntp_section": [
171,
219,
108
],
"ntp_text": [
46,
46,
46
],
"ntp_background": [
230,
242,
255
],
"tab_background_text": [
230,
242,
255
],
"toolbar": [
171,
219,
108
]
},
"images": {
"theme_button_background": "images/theme_button_background.png",
"theme_frame": "images/theme_frame.png",
"theme_frame_incognito": "images/theme_frame_incognito.png",
"theme_frame_overlay": "images/theme_frame_overlay.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_window_control_background": "images/theme_window_control_background.png"
},
"properties": {
"ntp_background_alignment": "bottom right"
},
"tints": {
"background_tab": [
0.5,
0.5,
0.15
],
"frame_inactive": [
0.5,
0,
0.65
],
"frame_incognito_inactive": [
0.5,
0,
0.45
]
}
}
}