Inspect and view changes in Rainbow Waves - Vibrant Flow of Colors 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": 2,
"name": "Rainbow Waves - Vibrant Flow of Colors",
"version": "1.0",
"description": "A stunning abstract theme with smooth rainbow waves and dynamic gradients.",
"theme": {
"images": {
"theme_toolbar": "images/toolbar.png",
"theme_ntp_background": "images/background.png",
"theme_ntp_attribution": "images/attribution.png"
},
"colors": {
"frame": [
231,
111,
60
],
"toolbar": [
231,
111,
60
],
"tab_text": [
255,
255,
255
],
"background_tab": [
245,
182,
59
],
"background_tab_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
231,
111,
60
],
"ntp_text": [
255,
255,
255
],
"button_background": [
231,
111,
60
]
},
"tints": {
"buttons": [
231,
111,
60
]
}
}
}