This is my first theme. If you install it you will have a frame (the top of the browser) with stars and the Star Wars logo. Theā¦
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": "http://clients2.google.com/service/update2/crx",
"version": "2.7",
"name": "StarWars",
"theme": {
"images": {
"theme_frame": "starwars.png",
"theme_ntp_background": "stwa.png",
"theme_toolbar": "black.png"
},
"colors": {
"frame": [
71,
105,
91
],
"toolbar": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"ntp_section": [
207,
221,
192
],
"button_background": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}