Inspect and view changes in Starfield: N.A.S.A | 1920x1080 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": 3,
"version": "1.0",
"update_url": "https://clients2.google.com/service/update2/crx",
"default_locale": "en",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"author": "RaptorDev",
"theme": {
"colors": {
"frame": [
0,
0,
0
],
"toolbar": [
79,
52,
57
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"button_background": [
25,
25,
25,
1
]
},
"images": {
"theme_ntp_background": "snasa.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}