Examine source code of Developer Theme

Inspect and view changes in Developer 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": 2,
  "version": "1.0",
  "name": "Developer Theme",
  "description": "The Developer Theme for chrome browser, a lightweight and decent theme combination of light blue and black colors.",
  "icons": {
    "128": "logo.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png"
    },
    "colors": {
      "frame": [
        33,
        174,
        228
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        33,
        174,
        228
      ],
      "button_background": [
        33,
        174,
        228
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}