Examine source code of bats theme

Inspect and view changes in bats 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",
  "name": "bats theme",
  "theme": {
    "colors": {
      "frame": [
        71,
        105,
        91
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        207,
        221,
        192
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "icons": {
      "48": "images/dark_knight_rises_xlg_4.png",
      "128": "images/dark_knight_rises_xlg_5.png"
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/dark_knight_rises_xlg_2.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat"
    }
  },
  "version": "3.0"
}