Examine source code of Battlefield 3 - Floor Sweep

Inspect and view changes in Battlefield 3 - Floor Sweep 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": "http://clients2.google.com/service/update2/crx",
  "theme": {
    "images": {
      "theme_button_background": "i/theme_button_background.png",
      "theme_tab_background": "i/theme_tab_background.png",
      "theme_window_control_background": "i/theme_window_control_background.png",
      "theme_toolbar": "i/theme_toolbar.png",
      "theme_ntp_attribution": "i/theme_ntp_attribution.png",
      "theme_frame": "i/theme_frame.png",
      "theme_ntp_background": "i/theme_ntp_background.png"
    },
    "colors": {
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "frame": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_section": [
        255,
        255,
        255,
        0.2
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_header": [
        0,
        0,
        0,
        0.7
      ],
      "toolbar": [
        255,
        255,
        255,
        0.3
      ],
      "bookmark_text": [
        50,
        50,
        50
      ]
    },
    "tints": {
      "buttons": [
        0.2,
        0.2,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "center bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  },
  "version": "1.0",
  "name": "Battlefield 3 - Floor Sweep"
}