Silver default theme
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",
"name": "Silver default theme",
"version": "1.0.2",
"description": "Silver default theme",
"theme": {
"colors": {
"bookmark_text": [
20,
20,
20
],
"frame": [
255,
255,
255
],
"frame_inactive": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"ntp_header": [
208,
208,
215
],
"ntp_link": [
0,
25,
86
],
"ntp_section": [
245,
245,
245,
0.65
],
"ntp_section_link": [
68,
68,
68
],
"ntp_section_text": [
0,
0,
0
],
"ntp_text": [
0,
0,
0
],
"tab_background_text": [
23,
23,
23
],
"tab_text": [
0,
0,
0
],
"toolbar": [
238,
238,
245
]
},
"images": {
"theme_button_background": "images/button.png",
"theme_frame": "images/frame.png",
"theme_tab_background": "images/toolbarback.png",
"theme_tab_background_incognito": "images/in_toolbarback.png",
"theme_toolbar": "images/toolbar.png"
}
}
}