A minimal light theme with White and black colors. #Modern #Material #Clean
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",
"manifest_version": 2,
"name": "Minimal White",
"description": "A minimal light theme with White and black colors. #Modern #Material #Clean",
"version": "8.0.3",
"icons": {
"128": "images/icon128.png"
},
"theme": {
"images": {
"theme_toolbar": "images/theme_toolbar.png",
"theme_window_control_background": "images/theme_window_control_background.png",
"theme_ntp_background": "images/dark_refresh_grey.png"
},
"colors": {
"frame": [
48,
48,
48
],
"frame_inactive": [
48,
48,
48
],
"frame_incognito": [
48,
48,
48
],
"frame_incognito_inactive": [
48,
48,
48
],
"toolbar": [
224,
224,
224
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
218,
218,
218
],
"tab_background_text_inactive": [
190,
190,
190
],
"bookmark_text": [
0,
0,
0
],
"ntp_background": [
224,
224,
224
],
"ntp_text": [
40,
40,
40
]
},
"tints": {
"buttons": [
0.95,
0,
0.33
],
"frame_inactive": [
0.5833,
0.18,
0.5
],
"frame_incognito_inactive": [
0.5833,
0.18,
0.5
]
},
"properties": {
"ntp_logo_alternate": 1,
"ntp_background_repeat": "repeat"
}
}
}