Original default white theme, you can use it when your device with dark mode.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Original default white theme",
"manifest_version": 2,
"version": "1.0.0",
"description": "Original default white theme, you can use it when your device with dark mode.",
"update_url": "http://clients2.google.com/service/update2/crx",
"icons": {
"16": "images/128.png",
"48": "images/128.png",
"128": "images/128.png"
},
"theme": {
"colors": {
"bookmark_text": [
60,
64,
67
],
"button_background": [
0,
0,
0,
0
],
"frame": [
222,
225,
230
],
"ntp_background": [
255,
255,
255
],
"ntp_link": [
6,
55,
116
],
"ntp_text": [
0,
0,
0
],
"tab_background_text": [
60,
64,
67
],
"tab_text": [
60,
64,
67
],
"toolbar": [
255,
255,
255
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [
0,
0,
0.44
]
}
}
}