Examine source code of NYC Apartment Snow

Inspect and view changes in NYC Apartment Snow 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": "1.0.0",
  "name": "NYC Apartment Snow",
  "theme": {
    "images": {
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_frame": "theme_frame.png"
    },
    "colors": {
      "frame": [
        211,
        227,
        253
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        240,
        240,
        240
      ],
      "tab_background_text": [
        220,
        220,
        220
      ],
      "bookmark_text": [
        220,
        220,
        220
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "ntp_header": [
        150,
        150,
        150
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "toolbar_text": [
        60,
        64,
        67
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.9
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "repeat"
    }
  }
}