Inspect and view changes in CulinaryCanvas 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": "CulinaryCanvas",
"version": "1.0",
"description": "Transform your browser into a gourmet kitchen with this chef-inspired Chrome theme that celebrates the art of cooking",
"theme": {
"colors": {
"frame": [
200,
180,
160
],
"toolbar": [
240,
235,
230
],
"ntp_text": [
60,
40,
20
],
"ntp_link": [
180,
60,
20
],
"ntp_section": [
220,
210,
200
],
"button_background": [
230,
220,
210
]
},
"tints": {
"background_tab": [
0.9,
0.8,
0.7
],
"frame_inactive": [
0.95,
0.9,
0.85
],
"frame_incognito": [
0.85,
0.75,
0.65
],
"frame_incognito_inactive": [
0.9,
0.8,
0.7
]
},
"properties": {
"ntp_background_alignment": "center"
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/theme_ntp_background.png"
}
},
"icons": {
"48": "images/icon48.png",
"128": "images/icon128.png"
}
}