Inspect and view changes in Dark Theme Incognito Style 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.3",
"name": "Dark Theme Incognito Style",
"description": "A dark theme similar to the Chrome incognito theme",
"theme": {
"colors": {
"toolbar": [
50,
54,
57
],
"frame": [
34,
36,
38
],
"frame_inactive": [
60,
64,
67
],
"frame_incognito": [
34,
36,
38
],
"frame_incognito_inactive": [
60,
64,
67
],
"ntp_background": [
40,
44,
47
],
"ntp_text": [
221,
223,
225
],
"ntp_link": [
207,
221,
192
],
"ntp_header": [
207,
221,
192
],
"bookmark_text": [
201,
203,
205
],
"tab_text": [
221,
223,
225
],
"tab_background_text": [
201,
203,
205
]
},
"tints": {
"buttons": [
-1,
-1,
0.85
]
},
"properties": {
"ntp_logo_alternate": 0
}
}
}