Inspect and view changes in Developer Theme - Dev 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.1",
"name": "Developer Theme - Dev Mode",
"description": "A theme for developer and hacker with dark mode and hacker background, devmode, deep theme, hacker theme",
"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": [
13,
17,
23
],
"frame_inactive": [
23,
27,
34
],
"toolbar": [
1,
4,
9
],
"tab_text": [
248,
249,
250
],
"tab_background_text": [
222,
226,
230
],
"bookmark_text": [
248,
249,
250
],
"ntp_background": [
1,
4,
9
],
"ntp_text": [
248,
249,
250
],
"ntp_link": [
6,
55,
116
],
"omnibox_background": [
23,
27,
34
],
"omnibox_text": [
248,
249,
250
]
},
"tints": {
"buttons": [
0.58,
0.17,
0.98
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat",
"ntp_background_size": "contain"
},
"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"
}
}
}