Examine source code of Sleek Dark Modern Theme

Inspect and view changes in Sleek Dark Modern 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,
  "name": "__MSG_themeName__",
  "version": "2.1",
  "description": "__MSG_themeDescription__",
  "default_locale": "en",
  "theme": {
    "colors": {
      "frame": [
        26,
        26,
        31
      ],
      "frame_inactive": [
        34,
        34,
        40
      ],
      "toolbar": [
        30,
        30,
        36
      ],
      "ntp_background": [
        26,
        26,
        31
      ],
      "ntp_text": [
        220,
        220,
        225
      ],
      "ntp_link": [
        100,
        149,
        237
      ],
      "button_background": [
        38,
        38,
        45
      ],
      "toolbar_button_icon": [
        220,
        220,
        225
      ],
      "toolbar_text": [
        220,
        220,
        225
      ],
      "omnibox_text": [
        220,
        220,
        225
      ],
      "omnibox_background": [
        32,
        32,
        38
      ],
      "bookmark_text": [
        220,
        220,
        225
      ],
      "tab_text": [
        220,
        220,
        225
      ],
      "tab_background_text": [
        180,
        180,
        185
      ],
      "toolbar_field_text": [
        220,
        220,
        225
      ],
      "toolbar_field_border": [
        38,
        38,
        45
      ],
      "toolbar_field_focus": [
        34,
        34,
        40
      ],
      "toolbar_field_text_focus": [
        240,
        240,
        245
      ],
      "toolbar_field_border_focus": [
        42,
        42,
        48
      ],
      "tab_background_separator": [
        38,
        38,
        45
      ],
      "popup": [
        32,
        32,
        38
      ],
      "popup_text": [
        220,
        220,
        225
      ],
      "sidebar": [
        28,
        28,
        33
      ],
      "sidebar_text": [
        220,
        220,
        225
      ],
      "sidebar_border": [
        38,
        38,
        45
      ],
      "ntp_header": [
        26,
        26,
        31
      ],
      "ntp_section": [
        30,
        30,
        36
      ],
      "ntp_section_text": [
        220,
        220,
        225
      ],
      "tab_background_text_inactive": [
        180,
        180,
        185
      ],
      "tab_background_text_incognito": [
        180,
        180,
        185
      ],
      "tab_background_text_incognito_inactive": [
        160,
        160,
        165
      ]
    },
    "tints": {
      "buttons": [
        0.95,
        0.95,
        0.95
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}