800x600.. Bugatti Theme for Bugatti Lovers ;) Feel free to download and try, don't forget to rate if you like.. Thanks
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,
"version": "1.2.0.2",
"name": "Bugatti 800x600",
"short_name": "Bugatti800x600",
"author": "Navis",
"theme": {
"images": {
"theme_frame": "/images/img1.png",
"theme_frame_overlay": "/images/img2.png",
"theme_toolbar": "/images/img3.png",
"theme_ntp_background": "/images/wallpaper.jpg",
"theme_ntp_attribution": "/images/img4.png"
},
"colors": {
"ntp_background": [
31,
31,
31
],
"frame": [
71,
105,
91
],
"toolbar": [
233,
233,
255
],
"toolbar_text": [
233,
233,
255
],
"toolbar_color": [
0,
0,
255
],
"ntp_text_color": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
0,
0
],
"ntp_section": [
20,
20,
50
],
"button_background": [
33,
33,
33
]
},
"tints": {
"buttons": [
1,
1,
1
]
},
"properties": {
"ntp_background_alignment": "cover"
}
}
}