Inspect and view changes in Light Orange 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
{
"description": "A light orange theme. Supports both Aero and non-Aero.",
"manifest_version": 2,
"name": "Light Orange Theme",
"theme": {
"colors": {
"toolbar": [
250,
234,
189
]
},
"images": {
"theme_ntp_attribution": "assets/canary.png",
"theme_toolbar": "assets/lighto.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
},
"tints": {
"buttons": [
0.13,
0.47,
0.45
]
}
},
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.2.0"
}