Examine source code of Star Wars VII: The Force Awakens - Rey & BB-8

Inspect and view changes in Star Wars VII: The Force Awakens - Rey & BB-8 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": "Star Wars VII: The Force Awakens - Rey & BB-8",
  "description": "Two of the main characters of the new movie Star Wars - The Force Awakens, the beautiful Rey and her loyal sidekick, the droid BB-8.",
  "version": "1.0.0.0",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/reybb8.jpg"
    },
    "colors": {
      "frame": [
        51,
        51,
        51
      ],
      "toolbar": [
        51,
        51,
        51
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        1
      ]
    }
  },
  "manifest_version": 2,
  "minimum_chrome_version": "2.25.0.0"
}