Inspect and view changes in Deep Blue 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",
"description": "black and blue chrome theme",
"manifest_version": 2,
"name": "Deep Blue",
"theme": {
"images": {
"theme_frame": "images/deep_blue_011432.png",
"theme_ntp_background": "images/black.png",
"theme_frame_inactive": "images/deep_blue_011432.png",
"theme_window_control_background": "images/deep_blue_011432.png"
},
"colors": {
"bookmark_text": [
154,
160,
166
],
"frame": [
255,
255,
255
],
"frame_inactive": [
1,
20,
50
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
78,
175,
253
],
"ntp_link_underline": [
78,
175,
253
],
"ntp_section": [
0,
0,
0
],
"ntp_section_link": [
78,
175,
253
],
"ntp_section_link_underline": [
78,
175,
253
],
"ntp_section_text": [
78,
175,
253
],
"omnibox_background": [
0,
0,
0
],
"omnibox_text": [
78,
175,
253
],
"tab_background_text": [
160,
185,
221
],
"tab_background_text_inactive": [
160,
185,
221
],
"tab_background_text_incognito": [
160,
185,
221
],
"tab_background_text_incognito_inactive": [
160,
185,
221
],
"tab_text": [
255,
255,
255
],
"toolbar": [
0,
0,
0,
1
],
"button_background": [
1,
20,
50
],
"control_background": [
1,
20,
50
],
"theme_color": [
1,
20,
50
]
},
"tints": {
"buttons": [
0.575,
1,
0.65
],
"frame_incognito": [
0.1,
0,
0.6
],
"frame_inactive": [
2.53,
1,
3.1
]
}
},
"version": "3"
}