Examine source code of BlueBarz

Inspect and view changes in BlueBarz 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",
  "theme": {
    "images": {
      "theme_button_background": "i/theme_button_background.png",
      "theme_tab_background": "i/theme_tab_background.png",
      "theme_window_control_background": "i/theme_window_control_background.png",
      "theme_toolbar": "i/theme_toolbar.png",
      "theme_ntp_attribution": "i/theme_ntp_attribution.png",
      "theme_frame": "i/theme_frame.png",
      "theme_ntp_background": "i/theme_ntp_background.png"
    },
    "colors": {
      "ntp_section_text": [
        200,
        200,
        200
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "frame": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        250,
        250,
        250
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        250,
        250,
        250
      ],
      "ntp_section": [
        0,
        0,
        0,
        0.5
      ],
      "ntp_section_link": [
        250,
        250,
        250
      ],
      "ntp_header": [
        0,
        0,
        0,
        0.5
      ],
      "toolbar": [
        50,
        50,
        50
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "top left"
    }
  },
  "version": "1.0",
  "name": "BlueBarz"
}