Examine source code of Winter cabin

Inspect and view changes in Winter cabin 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",
  "name": "Winter cabin",
  "description": "RES 1366x768 - Winter cabin retreat",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background_toxic"
    },
    "colors": {
      "ntp_link": [
        38,
        37,
        39
      ],
      "ntp_text": [
        38,
        37,
        39
      ],
      "ntp_section_link": [
        38,
        37,
        39
      ],
      "ntp_section_text": [
        38,
        37,
        39
      ],
      "ntp_background": [
        133,
        132,
        137,
        0.5
      ],
      "ntp_header": [
        63,
        64,
        69,
        0.15
      ],
      "ntp_section": [
        63,
        64,
        69,
        0.15
      ],
      "frame": [
        63,
        64,
        69
      ],
      "toolbar": [
        133,
        132,
        137
      ],
      "tab_text": [
        38,
        37,
        39
      ],
      "tab_background_text": [
        38,
        37,
        39
      ],
      "bookmark_text": [
        38,
        37,
        39
      ]
    },
    "tints": {
      "buttons": [
        0.7,
        0.0207468879668049,
        0.527450980392157
      ],
      "frame_incognito": [
        0.601307189542484,
        0.0427807486631016,
        0.243598615916955
      ],
      "frame_inactive": [
        0.7,
        0.0207468879668049,
        0.15
      ],
      "frame_incognito_inactive": [
        0.7,
        0.0207468879668049,
        0.15
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}