Examine source code of oBlocks

Inspect and view changes in oBlocks 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": "oBlocks",
  "description": "A blend of modern and retro, seamlessly meshing into one smooth product. Now in orange.",
  "theme": {
    "images": {
      "theme_toolbar": "images/sprite2.png",
      "theme_tab_background": "images/sprite2.png",
      "theme_ntp_background": "images/Clipboard02.png",
      "theme_frame_overlay": "images/sprite2.png"
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "description": "A plain text description",
      "ntp_background_alignment": "left top"
    },
    "colors": {
      "frame": [
        142,
        140,
        85
      ],
      "frame_inactive": [
        126,
        139,
        156
      ],
      "frame_incognito": [
        83,
        106,
        139
      ],
      "frame_incognito_inactive": [
        126,
        139,
        156
      ],
      "toolbar": [
        66,
        66,
        66
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        40,
        40,
        40
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        129,
        249,
        249
      ],
      "ntp_text": [
        240,
        240,
        240
      ],
      "ntp_link": [
        0,
        135,
        255
      ],
      "ntp_header": [
        75,
        140,
        220
      ],
      "ntp_section": [
        229,
        239,
        254
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        6,
        55,
        116
      ],
      "control_background": [
        0,
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    }
  },
  "version": "1.0",
  "manifest_version": 2
}