Examine source code of DSCI Theme

Inspect and view changes in DSCI 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
{
  "manifest_version": 2,
  "name": "DSCI Theme",
  "author": "www.mguy.co",
  "short_name": "A chrome theme for DSCI employees",
  "version": "1.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        181,
        164,
        84
      ],
      "toolbar": [
        25,
        25,
        25
      ],
      "ntp_text": [
        181,
        164,
        84
      ],
      "ntp_background": [
        90,
        168,
        206
      ],
      "ntp_section": [
        90,
        168,
        206
      ]
    },
    "images": {
      "theme_frame": "images/background.png",
      "theme_ntp_background": "images/background.png",
      "theme_tab_background": "images/background.png",
      "theme_tab_background_incognito": "images/background.png",
      "theme_tab_background_v": "images/background.png",
      "theme_toolbar": "images/banner.png"
    },
    "tints": {
      "frame": [
        0,
        0,
        0.392111111111111
      ],
      "frame_inactive": [
        0,
        0,
        0.51111111111111
      ],
      "background_tab": [
        0,
        0,
        0.13333333333333333
      ],
      "buttons": [
        0,
        0,
        0.9333333333333333
      ]
    }
  }
}