Inspect and view changes in Cal's 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": "Cal's Chrome Theme",
"version": "1.0.0",
"description": "Cal's Theme",
"icons": {
"128": "icon.png"
},
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"frame_incognito": [
0,
0,
0
],
"frame_incognito_inactive": [
0,
0,
0
],
"ntp_background": [
10,
10,
10
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"toolbar": [
56,
56,
56
]
},
"images": {
"theme_frame": "theme_frame_m.png",
"theme_frame_inactive": "theme_frame_mi.png",
"theme_frame_incognito": "theme_frame_i.png",
"theme_frame_incognito_inactive": "theme_frame_ii.png",
"theme_ntp_background": "theme_ntp_background.png",
"theme_tab_background": "theme_tab_background_m_i.png",
"theme_tab_background_incognito": "theme_tab_background_m_i.png",
"theme_toolbar": "theme_toolbar.png"
},
"properties": {
"ntp_background_alignment": "top",
"ntp_logo_alternate": 0
},
"tints": {
"buttons": [
1,
1,
1
],
"frame": [
255,
255,
255
],
"frame_inactive": [
255,
255,
255
],
"frame_incognito": [
255,
255,
255
],
"frame_incognito_inactive": [
255,
255,
255
]
}
}
}