Examine source code of Pink Serenity - A soothing pink experience

Inspect and view changes in Pink Serenity - A soothing pink experience 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": "Pink Serenity - A soothing pink experience",
  "version": "1.0",
  "description": "A modern pink theme with serene gradients and elegant details.",
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_attribution": "images/attribution.png"
    },
    "colors": {
      "frame": [
        130,
        60,
        66
      ],
      "toolbar": [
        130,
        60,
        66
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "background_tab": [
        183,
        109,
        109
      ],
      "background_tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        130,
        60,
        66
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        130,
        60,
        66
      ]
    },
    "tints": {
      "buttons": [
        130,
        60,
        66
      ]
    }
  }
}