Examine source code of selena_gomez theme

Inspect and view changes in selena_gomez 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": 2,
  "version": "2.3.2",
  "name": "selena_gomez theme",
  "theme": {
    "images": {
      "theme_ntp_background": "Selena_Gomez_12.png"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        207,
        221,
        192
      ],
      "ntp_text": [
        255,
        255,
        0
      ],
      "ntp_link": [
        255,
        255,
        0
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "top"
    }
  }
}