Examine source code of tk Computer Service Chrome Theme (Dark)

Inspect and view changes in tk Computer Service Chrome Theme (Dark) 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",
  "name": "tk Computer Service Chrome Theme (Dark)",
  "version": "1.3",
  "description": "tk Computer Service Chrome Theme (Dark)",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "bookmark_text": [
        250,
        241,
        220
      ],
      "frame": [
        98,
        93,
        80
      ],
      "frame_inactive": [
        28,
        18,
        28
      ],
      "frame_incognito": [
        98,
        93,
        80
      ],
      "frame_incognito_inactive": [
        28,
        18,
        28
      ],
      "ntp_background": [
        33,
        19,
        33
      ],
      "omnibox_background": [
        132,
        58,
        48
      ],
      "omnibox_text": [
        250,
        241,
        220
      ],
      "tab_background_text_inactive": [
        28,
        18,
        28
      ],
      "tab_background_text_incognito_inactive": [
        28,
        18,
        28
      ],
      "tab_background_text": [
        250,
        241,
        220,
        0.98
      ],
      "tab_background_text_incognito": [
        250,
        241,
        220,
        0.98
      ],
      "tab_text": [
        250,
        241,
        220
      ],
      "toolbar": [
        132,
        58,
        48
      ],
      "toolbar_button_icon": [
        132,
        58,
        48
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat"
    }
  }
}