Inspect and view changes in Carbon Fiber 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",
"version": "2.2",
"name": "Carbon Fiber",
"description": "Dark grey carbon fiber theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png"
},
"colors": {
"frame": [
198,
199,
198
],
"tab_background_text": [
61,
61,
61
],
"bookmark_text": [
0,
0,
0
],
"ntp_section": [
211,
211,
211
],
"toolbar": [
211,
211,
211
]
},
"tints": {
"buttons": [
0.1,
0,
0.5
]
},
"properties": {}
}
}