Inspect and view changes in FiestaChrome 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": "FiestaChrome",
"version": "1.0",
"description": "Celebrate Cinco De Mayo every day with this vibrant and festive Chrome theme that brings the spirit of Mexico to your browser",
"theme": {
"colors": {
"frame": [
206,
17,
38
],
"toolbar": [
255,
255,
255
],
"ntp_text": [
0,
104,
71
],
"ntp_link": [
206,
17,
38
],
"ntp_section": [
255,
222,
173
],
"button_background": [
255,
255,
255
]
},
"tints": {
"background_tab": [
0.9,
0.5,
0.5
],
"frame_inactive": [
0.95,
0.95,
0.95
],
"frame_incognito": [
0.3,
0.3,
0.3
],
"frame_incognito_inactive": [
0.4,
0.4,
0.4
]
},
"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"
}
}