Inspect and view changes in Joker Theme Dark Mode 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.0",
"name": "Joker Theme Dark Mode",
"description": "Joker Theme Dark Mode is a stunning Chrome theme designed to bring a minimalistic, dark, and professional look to your Chrome.",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_ntp_attribution": "images/theme_ntp_attribution.png"
},
"colors": {
"frame": [
1,
1,
3
],
"frame_inactive": [
23,
27,
34
],
"toolbar": [
1,
1,
3
],
"tab_text": [
84,
166,
196
],
"tab_background_text": [
222,
226,
230
],
"bookmark_text": [
84,
166,
196
],
"ntp_background": [
1,
1,
3
],
"ntp_text": [
248,
249,
250
],
"ntp_link": [
6,
55,
116
],
"omnibox_background": [
23,
27,
34
],
"omnibox_text": [
84,
166,
196
],
"ntp_logo_color": [
1,
1,
3
]
},
"tints": {
"buttons": [
0.58,
0.17,
0.98
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat"
},
"icons": {
"16": "images/icon/16.png",
"32": "images/icon/32.png",
"48": "images/icon/48.png",
"70": "images/icon/70.png",
"96": "images/icon/96.png",
"128": "images/icon/128.png",
"192": "images/icon/192.png"
}
}
}