Res 1366x768 user requested theme.
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",
"version": "1.0",
"name": "Spiderman Splat",
"description": "Res 1366x768 user requested theme.",
"manifest_version": 2,
"theme": {
"images": {
"theme_toolbar": "images/toolbar.png",
"theme_frame": "images/frame.png",
"theme_tab_background": "images/tab.png",
"theme_ntp_background": "images/background_toxic"
},
"colors": {
"ntp_link": [
40,
37,
38
],
"ntp_text": [
40,
37,
38
],
"ntp_section_link": [
40,
37,
38
],
"ntp_section_text": [
40,
37,
38
],
"ntp_background": [
234,
232,
233,
0.5
],
"ntp_header": [
253,
251,
252,
0.15
],
"ntp_section": [
253,
251,
252,
0.15
],
"frame": [
253,
251,
252
],
"toolbar": [
234,
232,
233
],
"tab_text": [
40,
37,
38
],
"tab_background_text": [
40,
37,
38
],
"bookmark_text": [
40,
37,
38
]
},
"tints": {
"buttons": [
0.916666666666667,
0.0454545454545452,
0.713725490196078
],
"frame_incognito": [
0.862745098039215,
0.313725490196083,
0.930103806228374
],
"frame_inactive": [
0.916666666666667,
0.0454545454545452,
0.15
],
"frame_incognito_inactive": [
0.916666666666667,
0.0454545454545452,
0.15
]
},
"properties": {
"ntp_background_alignment": "left top",
"ntp_background_repeat": "no-repeat"
}
}
}