Inspect and view changes in Minimal, Clean & Simple - Light Theme 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",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png"
},
"colors": {
"frame": [
204,
204,
204
],
"toolbar": [
204,
204,
204
],
"tab_text": [
32,
32,
32
],
"tab_background_text": [
82,
82,
82
],
"bookmark_text": [
82,
82,
82
],
"ntp_background": [
242,
242,
242
],
"ntp_text": [
22,
22,
22
],
"button_background": [
204,
204,
204,
1
]
},
"tints": {
"buttons": [
0,
0,
0.13
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
},
"name": "Minimal, Clean & Simple - Light Theme",
"version": "1.2",
"description": "Clean Minimalist Light Theme with Light Background"
}