Examine source code of Gotham

Inspect and view changes in Gotham 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",
  "author": "Vikash Verma (www.programminggeek.in)",
  "description": "This is a Chrome theme based on American crime television series.",
  "manifest_version": 2,
  "name": "Gotham",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        73,
        73,
        73
      ],
      "ntp_background": [
        176,
        176,
        176
      ],
      "ntp_text": [
        255,
        255,
        255,
        1
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        155,
        155,
        155
      ]
    },
    "images": {
      "theme_frame": "images/toolbar4.png",
      "theme_ntp_attribution": "images/author.png",
      "theme_ntp_background": "images/Gotham.png",
      "theme_tab_background": "images/toolbar4.png",
      "theme_toolbar": "images/toolbar5.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.06,
        0.1,
        0.25
      ],
      "frame_inactive": [
        -1,
        0.4,
        0.6
      ]
    }
  },
  "version": "1.0"
}