Examine source code of icemilk

Inspect and view changes in icemilk 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",
  "version": "1.0",
  "name": "icemilk",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/btab.png",
      "theme_button_background": "images/toolbar.png"
    },
    "colors": {
      "frame": [
        58,
        59,
        62
      ],
      "frame_inactive": [
        92,
        92,
        95
      ],
      "frame_incognito": [
        32,
        32,
        32
      ],
      "frame_incognito_inactive": [
        92,
        92,
        94
      ],
      "toolbar": [
        209,
        209,
        209
      ],
      "tab_text": [
        40,
        40,
        40
      ],
      "tab_background_text": [
        40,
        40,
        40
      ],
      "bookmark_text": [
        40,
        40,
        40
      ],
      "ntp_background": [
        239,
        239,
        239
      ],
      "ntp_text": [
        40,
        40,
        40
      ],
      "ntp_link": [
        40,
        40,
        40
      ],
      "ntp_link_underline": [
        40,
        40,
        40
      ],
      "ntp_header": [
        40,
        40,
        40
      ],
      "ntp_section": [
        40,
        40,
        40
      ],
      "ntp_section_text": [
        40,
        40,
        40
      ],
      "ntp_section_link": [
        40,
        40,
        40
      ],
      "ntp_section_link_underline": [
        40,
        40,
        40
      ],
      "control_background": [
        200,
        200,
        200
      ],
      "button_background": [
        50,
        50,
        52
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.45
      ],
      "frame_inactive": [
        -1,
        -1,
        0.6
      ],
      "frame_incognito_inactive": [
        -1,
        0.3,
        0.6
      ],
      "background_tab": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "top center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  }
}