Inspect and view changes in No Mans Sky - dark mode friendly 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
{
"manifest_version": 2,
"version": "1.0",
"name": "No Mans Sky - dark mode friendly",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right center"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(0, 54, 85, 0.75)",
"toolbar_text": "rgb(142, 223, 255)",
"frame": "rgb(29, 120, 177)",
"tab_background_text": "rgb(0, 31, 77)",
"toolbar_field": "rgba(101, 178, 186, 0.68)",
"toolbar_field_text": "rgb(182, 246, 255)",
"tab_line": "rgb(23, 102, 115)",
"popup": "rgba(0, 54, 85, 0.75)",
"popup_text": "rgb(142, 223, 255)",
"tab_loading": "rgb(23, 102, 115)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{c05191d6-5d8e-47a6-9663-b096b170423d}"
}
}
}