Theme from Star Citizen: Constellation Andromeda in Dying Star.
This is a theme for 1080p (1920x1080)
I have reduced the file size…
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",
"name": "Star Citizen",
"small_name": "SC-1080",
"version": "1.2.2",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/main.png",
"theme_ntp_background": "images/ntp_background.png",
"theme_tab_background": "images/tabline.png",
"theme_toolbar": "images/tabline.png",
"theme_frame_inactive": "images/tabline.png",
"theme_window_control_background": "images/control.png",
"theme_frame_incognito": "images/tabline.png",
"theme_frame_incognito_inactive": "images/tabline.png",
"theme_tab_background_incognito": "images/tabline.png",
"theme_button_background": "images/control.png"
},
"colors": {
"frame": [
90,
90,
90
],
"frame_inactive": [
90,
90,
90
],
"frame_incognito": [
255,
255,
255
],
"frame_incognito_inactive": [
255,
255,
255
],
"ntp_background": [
204,
204,
204
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
0,
0
],
"ntp_link_underline": [
255,
255,
255
],
"ntp_header": [
255,
0,
0
],
"ntp_section": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_section_link": [
255,
255,
255
],
"ntp_section_link_underline": [
255,
255,
255
],
"toolbar": [
0,
0,
0
],
"tab_text": [
255,
202,
93
],
"tab_background_text": [
180,
140,
60
],
"bookmark_header": [
255,
236,
137
],
"bookmark_text": [
255,
255,
255
],
"control_background": [
255,
255,
255
],
"button_background": [
255,
0,
0
]
},
"tints": {
"buttons": [
1,
1,
1
],
"frame": [
-0.75,
0.75,
0.5
],
"frame_inactive": [
-0.75,
0.75,
0.5
],
"frame_incognito": [
-1,
0.2,
0.35
],
"frame_incognito_inactive": [
-1,
0.3,
0.6
],
"background_tab": [
1,
0.5,
0.75
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
}
}
}