Examine source code of Bioshock Rapture Theme

Inspect and view changes in Bioshock Rapture 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": "http://clients2.google.com/service/update2/crx",
  "version": "1",
  "name": "Bioshock Rapture Theme",
  "description": " ",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        62,
        142,
        150
      ],
      "frame_inactive": [
        63,
        165,
        196
      ],
      "frame_incognito": [
        139,
        124,
        50
      ],
      "frame_incognito_inactive": [
        29,
        32,
        36
      ],
      "toolbar": [
        16,
        125,
        85
      ],
      "tab_text": [
        25,
        145,
        224
      ],
      "tab_background_text": [
        83,
        252,
        224
      ],
      "bookmark_text": [
        55,
        221,
        240
      ],
      "ntp_background": [
        54,
        188,
        255
      ],
      "ntp_text": [
        64,
        211,
        247
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.44410569105691,
        0.75229357798165,
        0.42745098039216
      ],
      "frame": [
        0.56119162640902,
        1,
        0.59411764705882
      ],
      "frame_inactive": [
        0.63295880149813,
        0.72950819672131,
        0.52156862745098
      ],
      "frame_incognito": [
        0.57801418439716,
        0.78333333333333,
        0.23529411764706
      ],
      "frame_incognito_inactive": [
        0.42190476190476,
        0.90673575129534,
        0.37843137254902
      ],
      "background_tab": [
        0,
        0,
        0.12156862745098
      ]
    }
  }
}