Examine source code of Touhou youmu theme

Inspect and view changes in Touhou youmu 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": "http://clients2.google.com/service/update2/crx",
  "name": "Touhou youmu theme",
  "version": "1.0",
  "manifest_version": 2,
  "description": "youmu theme",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame_youmu.png",
      "theme_toolbar": "images/theme_toolbar_youmu.png",
      "theme_ntp_background": "images/theme_ntp_background_youmu.png",
      "theme_tab_background": "images/theme_tab_background_youmu.png"
    },
    "colors": {
      "frame": [
        66,
        116,
        201
      ],
      "toolbar": [
        243,
        218,
        221
      ],
      "tab_text": [
        249,
        81,
        17
      ],
      "tab_background_text": [
        249,
        242,
        49
      ],
      "bookmark_text": [
        50,
        167,
        42
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        243,
        95,
        61
      ],
      "ntp_link": [
        36,
        70,
        0
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "button_background": [
        216,
        162,
        175
      ]
    },
    "tints": {
      "buttons": [
        0.28,
        0.74,
        0.37
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}