Inspect and view changes in Relaxing Cat 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",
"version": "1.0",
"manifest_version": 2,
"name": "Relaxing Cat Theme",
"description": "A peaceful theme featuring a grey cat relaxing in grass",
"theme": {
"images": {
"theme_ntp_background": "images/cat.jpg"
},
"colors": {
"frame": [
26,
51,
51
],
"toolbar": [
139,
142,
152
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
215,
0
],
"ntp_section": [
139,
142,
152
],
"button_background": [
47,
79,
79
],
"toolbar_button_icon": [
255,
255,
255
],
"toolbar_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"frame_inactive": [
47,
79,
79
],
"frame_incognito": [
26,
51,
51
],
"frame_incognito_inactive": [
47,
79,
79
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
],
"frame": [
0.33,
0.5,
0.47
],
"frame_inactive": [
0.33,
0.5,
0.47
],
"frame_incognito": [
0.33,
0.5,
0.47
],
"frame_incognito_inactive": [
0.33,
0.5,
0.47
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_background_size": "cover"
}
}
}