Examine source code of Minimalist H2O

Inspect and view changes in Minimalist H2O 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",
  "manifest_version": 2,
  "version": "1.1",
  "name": "Minimalist H2O",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_inactive": "images/frame_inactive.png",
      "theme_frame_incognito": "images/incognitoframe.png",
      "theme_frame_incognito_inactive": "images/incognitoframe_inactive.png",
      "theme_ntp_attribution": "images/stamp.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/btab.png",
      "theme_tab_background_incognito": "images/incognitobtab.png",
      "theme_ntp_background": "images/newtab.png"
    },
    "colors": {
      "toolbar": [
        93,
        160,
        191
      ],
      "tab_text": [
        255,
        255,
        255,
        0.8
      ],
      "tab_text_underline": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        256,
        256,
        256
      ],
      "ntp_background": [
        64,
        126,
        155
      ],
      "ntp_text": [
        256,
        256,
        256
      ],
      "ntp_link": [
        236,
        236,
        256
      ],
      "ntp_link_underline": [
        236,
        236,
        256
      ],
      "ntp_header": [
        255,
        255,
        255,
        0.3
      ],
      "ntp_section": [
        256,
        256,
        256
      ],
      "ntp_section_text": [
        256,
        256,
        256
      ],
      "ntp_section_link": [
        236,
        236,
        256
      ],
      "ntp_section_link_underline": [
        236,
        236,
        256
      ],
      "control_background": [
        111,
        117,
        125
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.55,
        0.9,
        0.45
      ]
    },
    "properties": {
      "ntp_background_repeat": "none",
      "ntp_background_alignment": "left top",
      "ntp_logo_alternate": 1
    },
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  }
}