Inspect and view changes in Pink Ripples 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,
"version": "1.0",
"description": "A theme that makes you calm down with pink ripples",
"name": "Pink Ripples",
"theme": {
"images": {
"theme_frame": "images/pink_ripples.png",
"theme_ntp_background": "images/pink_ripples.png",
"theme_toolbar": "images/pink_ripples.png"
},
"colors": {
"frame": [
252,
167,
212
],
"toolbar": [
247,
183,
181
],
"ntp_text": [
173,
81,
130
],
"ntp_link": [
173,
81,
130
],
"ntp_section": [
247,
183,
181
]
},
"tints": {
"background_tab": [
0.95,
0.35,
0.73
],
"frame": [
0.95,
0.35,
0.73
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}