Inspect and view changes in Clouds Chrome 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": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Clouds Chrome Theme",
"version": "1.0",
"description": "Chrome theme created by Doctorfree's Fractal Funhouse",
"author": "Dr. Ronald Joe Record, Ph.D. Mathematics",
"homepage_url": "http://ronrecord.com/Themes/Chrome/Clouds",
"icons": {
"128": "icon_128.png"
},
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_frame_inactive": "images/frame_inactive.png",
"theme_frame_incognito": "images/frame_incognito.png",
"theme_frame_incognito_inactive": "images/frame_incognito_inactive.png",
"theme_ntp_attribution": "images/ntp_attribution.png",
"theme_ntp_background": "images/ntp_background.png",
"theme_tab_background": "images/tab_background.png",
"theme_tab_background_incognito": "images/tab_background_incognito.png",
"theme_tab_background_v": "images/tab_background_v.png",
"theme_toolbar": "images/toolbar.png",
"theme_window_control_background": "images/window_control_background.png"
},
"colors": {
"bookmark_text": [
255,
255,
255
],
"button_background": [
250,
200,
0
],
"control_background": [
-1,
-1,
-1
],
"frame": [
221,
160,
221
],
"frame_inactive": [
29,
47,
48
],
"frame_incognito": [
-1,
0,
0
],
"frame_incognito_inactive": [
-1,
0,
0
],
"ntp_background": [
255,
255,
255
],
"ntp_header": [
150,
150,
150
],
"ntp_link": [
250,
250,
250
],
"ntp_link_underline": [
2,
18,
39
],
"ntp_section": [
35,
35,
35
],
"ntp_section_link_underline": [
2,
18,
39
],
"ntp_section_link": [
0,
0,
128
],
"ntp_section_text": [
0,
0,
0
],
"ntp_text": [
0,
0,
0
],
"tab_background_text": [
0,
0,
0
],
"tab_text": [
255,
255,
255
]
},
"tints": {
"background_tab": [
-1,
0.5,
0.75
],
"buttons": [
0,
0.25,
0.25
],
"frame": [
0.8333,
0.473,
0.747
],
"frame_inactive": [
0.667,
1,
0.25
],
"frame_incognito": [
-1,
0.2,
0.35
],
"frame_incognito_inactive": [
1,
1,
1
]
},
"properties": {
"ntp_background_alignment": "top center",
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 0
}
}
}