Inspect and view changes in Dessert 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": "Dessert",
"description": "Dessert theme for your chrome.",
"theme": {
"images": {
"theme_ntp_background": "images/bg.png"
},
"colors": {
"frame": [
251,
243,
224
],
"toolbar": [
188,
187,
172
],
"tab_text": [
12,
12,
10
],
"tab_background_text": [
163,
83,
36
],
"bookmark_text": [
12,
12,
10
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
12,
12,
10
],
"button_background": [
192,
123,
37
],
"control_buttons": [
0,
255,
0
],
"control_buttons_hover": [
251,
243,
224
],
"control_buttons_active": [
100,
164,
188
],
"control_button_background": [
0,
0,
0
]
},
"tints": {
"frame": [
0.1,
0.8,
0.8
],
"buttons": [
0.8,
0.2,
0.2
]
}
},
"icons": {
"128": "images/icon.png"
}
}