Inspect and view changes in Starship Troopers 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",
"manifest_version": 3,
"version": "1.0",
"name": "Starship Troopers",
"description": "A Chrome theme inspired by the 1997 sci-fi movie 'Starship Troopers'.",
"theme": {
"images": {
"theme_ntp_background": "/assets/starshipTroopersBG.png",
"theme_window_control_background": "/assets/stLogo.png",
"theme_ntp_attribution": "assets/logo.png"
},
"colors": {
"frame": [
0,
32,
64
],
"toolbar": [
0,
42,
74
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
180,
180,
180
],
"bookmark_text": [
215,
197,
27
],
"ntp_background": [
0,
32,
64
],
"ntp_text": [
255,
255,
255
],
"button_background": [
215,
197,
27
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat"
},
"icons": {
"16": "assets/icon_16.png",
"48": "assets/icon_48.png",
"128": "assets/Images/icon_128.png"
}
}
}