Inspect and view changes in Hitman: Absolution Theme 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": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "1.0",
"name": "Hitman: Absolution Theme",
"theme": {
"images": {
"theme_ntp_background": "images/background.png",
"theme_frame": "images/frame.png",
"theme_toolbar": "images/toolbar.png",
"theme_tab_background": "images/tab.png",
"theme_ntp_attribution": "images/attribution.png"
},
"colors": {
"frame": [
145,
146,
146
],
"toolbar": [
145,
146,
146
],
"ntp_text": [
229,
229,
229
],
"ntp_link": [
229,
229,
229
],
"ntp_section": [
229,
229,
229
],
"button_background": [
145,
146,
146
],
"tab_text": [
145,
146,
146
],
"tab_background_text": [
0,
0,
0
]
},
"tints": {
"buttons": [
0.88,
0,
0.88
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}