Examine source code of music theme

Inspect and view changes in music theme 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,
  "version": "0.0.1",
  "name": "music theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_overlay": "images/frame_overlay.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/theme_background.png"
    },
    "colors": {
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "omnibox_background": [
        220,
        206,
        173
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "button_background": [
        255,
        0,
        0
      ],
      "ntp_background": [
        223,
        185,
        119
      ]
    },
    "tints": {
      "buttons": [
        0.4,
        1,
        0.51
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}