Examine source code of Deus Ex: Human Revolution

Inspect and view changes in Deus Ex: Human Revolution 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,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        218,
        135,
        0
      ],
      "toolbar": [
        65,
        47,
        18
      ],
      "tab_text": [
        255,
        254,
        253
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        182,
        123,
        5
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        192,
        107,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.13,
        1,
        0.71
      ]
    },
    "properties": {
      "ntp_background_alignment": "middle",
      "ntp_background_repeat": "repeat"
    }
  },
  "name": "__MSG_appName__",
  "version": "0.75",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "James Arrowdriver",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}