Examine source code of Fall Block

Inspect and view changes in Fall Block 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",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Fall Block",
  "theme": {
    "images": {
      "theme_frame": "images/fallblock_back.png",
      "theme_ntp_background": "images/fallblock_back.png",
      "theme_toolbar": "images/fallblock_back.png",
      "theme_tab_background": "images/fallblock_back.png",
      "theme_tab_background_incognito": "images/fallblock_back.png",
      "theme_tab_background_v": "images/fallblock_back.png",
      "theme_ntp_attribution": "images/attribution.png"
    },
    "colors": {
      "frame": [
        10,
        0,
        13
      ],
      "frame_inactive": [
        10,
        0,
        13
      ],
      "frame_incognito": [
        10,
        0,
        13
      ],
      "frame_incognito_inactive": [
        10,
        0,
        13
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        240,
        240,
        240
      ],
      "toolbar": [
        10,
        0,
        13
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        222,
        222,
        222
      ],
      "ntp_section_link_underline": [
        222,
        222,
        222
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        222,
        222,
        222
      ],
      "npt_link_underline": [
        222,
        222,
        222
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "control_background": [
        39,
        115,
        138
      ],
      "button_background": [
        39,
        115,
        138
      ]
    }
  }
}