Inspect and view changes in Mojave 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": 2,
"name": "Mojave Dark Mode",
"description": "A theme that adds the latest Mac OS Mojave dark mode colour to the Chrome.",
"version": "1.0.0",
"icons": {
"128": "images/icon128.png"
},
"theme": {
"images": {
"theme_ntp_background": "images/theme_ntp_background.png"
},
"colors": {
"frame": [
63,
62,
62
],
"frame_inactive": [
47,
45,
43
],
"frame_incognito": [
63,
62,
62
],
"frame_incognito_inactive": [
47,
45,
43
],
"toolbar": [
56,
55,
55
],
"tab_text": [
251,
249,
249
],
"tab_background_text": [
152,
151,
150
],
"bookmark_text": [
251,
249,
249
],
"ntp_background": [
30,
30,
30
],
"ntp_text": [
251,
249,
249
],
"button_background": [
108,
105,
105
]
},
"tints": {
"buttons": [
-1,
-1,
0.96
]
},
"properties": {
"ntp_logo_alternate": 1,
"ntp_background_repeat": "repeat"
}
}
}