Inspect and view changes in Dark Y 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.0",
"name": "Dark Y",
"description": "Simple Dark Theme",
"theme": {
"images": {
"theme_frame": "frame.png",
"theme_toolbar": "toolbar.png",
"theme_tab_background": "tab_background.png",
"theme_ntp_background": "ntp_background.png"
},
"colors": {
"frame": [
222,
225,
230
],
"toolbar": [
34,
34,
44
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
187,
187,
187
],
"bookmark_text": [
219,
219,
219
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"button_background": [
21,
6,
31,
0.9
]
},
"tints": {
"buttons": [
0,
0,
0.83
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "repeat"
}
}
}