Inspect and view changes in Superman 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.0",
"name": "Superman theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame_inactive.png",
"theme_frame_incognito": "images/theme_frame_incognito.png",
"theme_frame_incognito_inactive": "images/theme_frame_incognito_inactive.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_inactive": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background.png",
"theme_tab_background_incognito_inactive": "images/theme_tab_background.png",
"theme_tab_background_v": "images/theme_tab_background.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_frame_overlay": "images/notused.png",
"theme_frame_overlay_inactive": "images/notused.png",
"theme_button_background": "images/notused.png",
"theme_ntp_attribution": "images/notused.png",
"theme_window_control_background": "images/theme_window_control_background.png"
},
"colors": {
"frame": [
0,
58,
100
],
"frame_inactive": [
17,
65,
100
],
"frame_incognito": [
0,
38,
67
],
"frame_incognito_inactive": [
0,
48,
84
],
"background_tab": [
17,
65,
100
],
"background_tab_inactive": [
17,
65,
100
],
"background_tab_incognito": [
17,
65,
100
],
"background_tab_incognito_inactive": [
17,
65,
100
],
"bookmark_text": [
0,
0,
0
],
"button_background": [
17,
65,
100
],
"tab_background_text": [
0,
0,
0
],
"tab_background_text_inactive": [
0,
0,
0
],
"tab_background_text_incognito": [
0,
0,
0
],
"tab_background_text_incognito_inactive": [
0,
0,
0
],
"tab_text": [
0,
0,
0
],
"toolbar": [
17,
65,
100
],
"toolbar_button_icon": [
17,
65,
100
],
"omnibox_text": [
0,
0,
0
],
"omnibox_background": [
17,
65,
100
],
"ntp_background": [
0,
58,
100
],
"ntp_header": [
0,
58,
100
],
"ntp_text": [
0,
0,
0
],
"ntp_link": [
10,
10,
10
]
},
"tints": {
"buttons": [
-1,
0.5,
-1
],
"frame": [
-1,
0.5,
-1
],
"frame_inactive": [
-1,
0.5,
-1
],
"frame_incognito": [
-1,
0.5,
-1
],
"frame_incognito_inactive": [
-1,
0.5,
-1
],
"background_tab": [
-1,
0.5,
-1
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 0
}
}
}