Examine source code of Captain America - Winter soldier

Inspect and view changes in Captain America - Winter soldier 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": "Captain America - Winter soldier",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Inspired from Captain America - Winter soldier movie",
  "theme": {
    "images": {
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/logo.png",
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "colors": {
      "tab_text": [
        182,
        177,
        155
      ],
      "tab_background_text": [
        182,
        177,
        155
      ],
      "bookmark_text": [
        182,
        177,
        155
      ],
      "frame": [
        230,
        230,
        230
      ],
      "ntp_text": [
        182,
        177,
        155
      ],
      "ntp_link": [
        182,
        177,
        155
      ],
      "ntp_link_underline": [
        182,
        177,
        155
      ],
      "toolbar": [
        42,
        42,
        29,
        0.7
      ],
      "ntp_background": [
        182,
        177,
        155
      ]
    },
    "properties": {
      "ntp_background_repeat": "no-repeat",
      "ntp_background_alignment": "center"
    }
  }
}