Examine source code of Ale's February Theme

Inspect and view changes in Ale's February 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": 3,
  "version": "1.0.0",
  "name": "Ale's February Theme",
  "theme": {
    "images": {
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_ntp_attribution": "theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        33,
        13,
        13
      ],
      "ntp_background": [
        33,
        13,
        13
      ],
      "tab_text": [
        190,
        121,
        121
      ],
      "tab_background_text": [
        33,
        13,
        13
      ],
      "bookmark_text": [
        190,
        121,
        121
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "ntp_header": [
        150,
        150,
        150
      ],
      "toolbar": [
        33,
        13,
        13
      ],
      "toolbar_text": [
        190,
        121,
        121
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "omnibox_background": [
        33,
        13,
        13
      ],
      "omnibox_text": [
        190,
        121,
        121
      ],
      "toolbar_button_icon": [
        193,
        83,
        83
      ]
    },
    "tints": {
      "buttons": [
        0.49722222222222223,
        1,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "repeat"
    }
  }
}