Inspect and view changes in Genshin Impact: Jean 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",
"name": "Genshin Impact: Jean Theme",
"version": "1.0.0.0",
"manifest_version": 2,
"description": "Chrome theme of Genshin Impact: Jean.",
"icons": {
"128": "img/icon128.png"
},
"theme": {
"images": {
"theme_frame": "img/frame.png",
"theme_frame_overlay": "img/frame_overlay.png",
"theme_toolbar": "img/theme_toolbar.png",
"theme_ntp_background": "img/ntp_bg.png",
"theme_ntp_attribution": "img/ntp_attribution.png"
},
"colors": {
"frame": [
182,
223,
240
],
"toolbar": [
66,
76,
121
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
89,
68,
67
],
"tab_background": [
62,
121,
145
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
250,
235,
182
],
"ntp_text": [
89,
68,
67
],
"ntp_link": [
179,
223,
241
],
"ntp_section_link": [
179,
223,
241
],
"button_background": [
66,
76,
121
],
"omnibox_background": [
241,
243,
244
]
},
"tints": {
"buttons": [
0,
0,
1
]
},
"properties": {
"ntp_background_alignment": "top center",
"ntp_background_repeat": "repeat-x",
"ntp_logo_alternate": 1
}
}
}