Inspect and view changes in Chrome Void 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,
"name": "Chrome Void",
"version": "2.1.1",
"description": "For those who have once gazed upon the void and can not turn back.",
"icons": {
"512": "icon512.png"
},
"theme": {
"images": {
"theme_frame": "/images/frame.png",
"theme_frame_inactive": "/images/frame.png",
"theme_toolbar": "/images/toolbar.png"
},
"colors": {
"background_tab": [
0,
0,
0
],
"background_tab_inactive": [
0,
0,
0
],
"bookmark_text": [
167,
167,
167
],
"button_background": [
0,
0,
0
],
"frame": [
33,
33,
33
],
"frame_inactive": [
33,
33,
33
],
"ntp_background": [
24,
24,
24
],
"ntp_header": [
24,
24,
24
],
"ntp_link": [
32,
128,
256
],
"ntp_text": [
167,
167,
167
],
"omnibox_background": [
0,
0,
0
],
"omnibox_text": [
230,
230,
230
],
"tab_background_text": [
167,
167,
167
],
"tab_background_text_inactive": [
127,
127,
127
],
"tab_text": [
230,
230,
230
],
"toolbar": [
0,
0,
0
],
"toolbar_button_icon": [
167,
167,
167
],
"toolbar_text": [
230,
230,
230
]
},
"tints": {
"frame_inactive": [
-1,
-1,
-1
]
}
}
}