Inspect and view changes in The Space High Rez source codes across current and past versions
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": "2.0",
"name": "The Space High Rez",
"author": "Noah Prisament",
"description": "Everyone who loves space and its beauty, this theme is for you! Compatible with monitor resolutions of up to 2560x1440p.",
"manifest_version": 3,
"icons": {
"128": "icon128.png"
},
"theme": {
"images": {
"theme_tab_background": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/ntp_background.png",
"theme_frame": "images/theme_frame.png"
},
"colors": {
"bookmark_text": [
0,
0,
0
],
"button_background": [
172,
226,
219,
0.27
],
"frame": [
43,
128,
145
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
0,
0,
0
],
"tab_background_text": [
64,
64,
64
],
"tab_text": [
0,
0,
0
],
"toolbar": [
110,
173,
165
],
"control_background": [
110,
173,
165
],
"ntp_link": [
255,
255,
255
],
"ntp_section": [
110,
173,
165
]
},
"tints": {
"buttons": [
0,
0,
0
]
},
"properties": {
"ntp_background_alignment": "stretch",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
}
}
}