Inspect and view changes in Cyberpunk 2077 UI Overhaul 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": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "1.1",
"name": "Cyberpunk 2077 UI Overhaul Theme",
"description": "Chrome theme inspired by the neon, high-tech noir aesthetic of Cyberpunk 2077",
"theme": {
"colors": {
"frame": [
30,
14,
19
],
"toolbar": [
38,
20,
28
],
"tab_text": [
0,
255,
255
],
"tab_background_text": [
247,
80,
73
],
"button_background": [
30,
14,
19
],
"omnibox_text": [
0,
255,
255
],
"omnibox_background": [
14,
14,
23
],
"toolbar_text": [
255,
255,
255
]
}
}
}