Examine source code of The Fault in Our Stars

Inspect and view changes in The Fault in Our Stars 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",
  "version": "1.1",
  "manifest_version": 2,
  "name": "The Fault in Our Stars",
  "theme": {
    "images": {
      "theme_ntp_background": "images/fault.png",
      "theme_frame": "images/party.png"
    },
    "colors": {
      "ntp_background": [
        17,
        172,
        228
      ],
      "tab_text": [
        19,
        192,
        255
      ],
      "bookmark_text": [
        19,
        192,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "frame": [
        66,
        116,
        201
      ],
      "theme_frame": [
        17,
        172,
        228
      ],
      "button_background": [
        136,
        213,
        241
      ],
      "tab_background": [
        136,
        213,
        241
      ]
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  }
}