Examine source code of Cherry Blossom

Inspect and view changes in Cherry Blossom 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",
  "name": "Cherry Blossom",
  "manifest_version": 3,
  "version": "1.5",
  "description": "Розовая тема с цветущей вишней",
  "theme": {
    "colors": {
      "frame": [
        245,
        130,
        174
      ],
      "frame_inactive": [
        254,
        199,
        215
      ],
      "toolbar": [
        250,
        238,
        231
      ],
      "ntp_background": [
        212,
        191,
        210
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        44,
        44,
        44
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        243,
        187,
        195
      ],
      "omnibox_text": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.7,
        0.9,
        0.2
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        0.1,
        0,
        0.2
      ],
      "frame_incognito_inactive": [
        0.1,
        0,
        0.2
      ]
    },
    "images": {
      "theme_ntp_background": "img/22.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom right",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}