Examine source code of Peter Pan Theme

Inspect and view changes in Peter Pan Theme 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": "Peter Pan Theme",
  "version": "1.5",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_overlay": "images/frameOverlay.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/bg.png",
      "theme_ntp_attribution": "images/attribution_02.png"
    },
    "colors": {
      "frame": [
        71,
        105,
        91
      ],
      "toolbar": [
        24,
        119,
        213
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        241,
        246,
        246
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}