A dark and elegant theme.nWho is a fan of cat.
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",
"name": "Cat Theme",
"description": "A dark and elegant theme.nWho is a fan of cat.",
"theme": {
"images": {
"theme_frame": "images/theme_frame.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": [
62,
0,
110
],
"frame_inactive": [
74,
0,
89
],
"frame_incognito": [
0,
0,
0
],
"frame_incognito_inactive": [
0,
0,
0
],
"toolbar": [
105,
105,
105
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
0,
0,
0
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
82,
0,
163
],
"button_background": [
0,
0,
0,
0
]
},
"properties": {
"ntp_background_alignment": "left top",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [
0.75,
0.90322580645161,
0.12156862745098
],
"frame": [
0,
0,
0
],
"frame_inactive": [
0.78260869565217,
1,
0.090196078431373
],
"frame_incognito": [
0.75,
0.90322580645161,
0.12156862745098
],
"frame_incognito_inactive": [
0,
0,
0
],
"background_tab": [
0,
0,
0.78823529411765
]
}
}
}