Inspect and view changes in Dark Space: 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"version": "1.0",
"name": "Dark Space: Theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_frame.png",
"theme_ntp_background": "images/theme_frame.png"
},
"colors": {
"frame": [
255,
0,
0
],
"toolbar": [
11,
11,
20
],
"tab_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_text": [
255,
0,
255
],
"button_background": [
105,
113,
134
],
"background_tab": [
105,
113,
134
]
}
}
}