Examine source code of 夏ノ雨 Chrome theme

Inspect and view changes in 夏ノ雨 Chrome 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",
  "version": "1.0",
  "manifest_version": 2,
  "name": "夏ノ雨 Chrome theme",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame_cube_natsu.png",
      "theme_button_background": "images/theme_button_background_cube_natsu.png",
      "theme_ntp_background": "images/theme_ntp_background_cube_natsu.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution_cube_natsu.png",
      "theme_toolbar": "images/theme_toolbar_cube_natsu.png"
    },
    "colors": {
      "frame": [
        162,
        217,
        248
      ],
      "toolbar": [
        163,
        216,
        248,
        0.8
      ],
      "ntp_text": [
        118,
        155,
        200
      ],
      "ntp_link": [
        82,
        139,
        206
      ],
      "ntp_section": [
        163,
        216,
        248,
        0.8
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0.8,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}