This is an unofficial twilight movie based theme for Google chrome.
Please note that this is a fan made theme and 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": "1.0",
"name": "the twilight saga",
"theme": {
"images": {
"theme_frame": "img/2.jpg",
"theme_toolbar": "img/4.jpg",
"theme_tab_background": "img/3.jpg",
"theme_ntp_background": "img/1.jpg"
},
"colors": {
"frame": [
128,
128,
128
],
"ntp_link": [
128,
128,
128
],
"toolbar": [
128,
128,
128
],
"ntp_section": [
128,
128,
128
],
"tab_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"button_background": [
0,
0,
64
],
"ntp_section_link": [
255,
255,
255
]
},
"properties": {
"ntp_background_alignment": "topleft",
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
1,
1,
1
]
}
}
}