Inspect and view changes in Mojave 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": "Mojave",
"version": "2.1",
"description": "Perfect theme for OSX Mojave",
"manifest_version": 2,
"theme": {
"colors": {
"frame": [
50,
50,
50
],
"frame_inactive": [
40,
40,
40
],
"frame_incognito": [
40,
40,
40
],
"frame_incognito_inactive": [
40,
40,
40
],
"background_tab": [
50,
50,
50
],
"background_tab_inactive": [
40,
40,
40
],
"background_tab_incognito": [
40,
40,
40
],
"background_tab_incognito_inactive": [
40,
40,
40
],
"toolbar": [
64,
64,
64
],
"tab_text": [
255,
255,
255
],
"tab_text_inactive": [
160,
160,
160
],
"tab_background_text": [
160,
160,
160
],
"tab_background_text_inactive": [
84,
84,
84
],
"tab_background_text_incognito": [
160,
160,
160
],
"tab_background_text_incognito_inactive": [
60,
60,
60
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
50,
50,
50
],
"ntp_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0,
0,
1
]
}
}
}