Inspect and view changes in Material Dark 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
{
"description": "A theme that adds the dark Incognito Mode colour scheme to the normal mode of Chrome.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3aDkhJBoCOu4XWGwMypBfCwzBjY6VVl8jKQvieTj5oPZpfhavB5FP0HLeGk+80qBTnv6cgpLOnBaWMXzZUt2hafM6ZrcnaInqzXhBYOtwLsF1WUjPi2U2/ZtSGnr9ophEd3GgB5NyEgwN45/D2ik3AQ6eOJE+gzh47c4XL6qSMKz3QsRHT2x1zBbEtQGs/vAjBBDa1rq2kTJ+e5v4O7X8gY1zhGJ8/mnX4Oa6Sxq4gkRTMlvnRjZGkw90ifdPb2+Phqs9kqFczyaOMVsQ+6rEjzf+4deufjOGsc7PTXtYaCK+6QNNwoAAjMVqcaYqUlXWOu1Aa3wRaj+4MddWb+pTQIDAQAB",
"manifest_version": 2,
"name": "Material Dark Theme",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
40,
43,
45
],
"frame_inactive": [
56,
59,
61
],
"frame_incognito": [
40,
43,
45
],
"frame_incognito_inactive": [
56,
59,
61
],
"ntp_background": [
48,
48,
48
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"toolbar": [
80,
80,
80
]
},
"images": {
"theme_frame_background": "images/theme_frame_background.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background.png",
"theme_tab_background_v": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png"
},
"properties": {
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
0,
0,
0.85
]
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.1"
}