Examine source code of Dark Blue

Inspect and view changes in Dark Blue 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": "2.0",
  "name": "Dark Blue",
  "theme": {
    "images": {
      "theme_frame": "images/frame2.png",
      "theme_frame_inactive": "images/frame2.png",
      "theme_frame_incognito": "images/frame2.png",
      "theme_frame_incognito_inactive": "images/frame2.png",
      "theme_toolbar": "images/toolbar5.png",
      "theme_tab_background": "images/theme_tab_background4.png",
      "theme_tab_background_incogntio": "images/theme_tab_background4.png",
      "theme_tab_background_v": "images/theme_tab_background4.png",
      "theme_ntp_background": "images/theme_ntp_background2.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution2.png",
      "theme_window_control_background": "images/window_control_background.png"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        35,
        1
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        175
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        100
      ],
      "ntp_link": [
        0,
        0,
        100
      ],
      "ntp_link_underline": [
        0,
        0,
        100
      ],
      "ntp_header": [
        0,
        0,
        100
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        0,
        0,
        100
      ],
      "ntp_section_link": [
        0,
        0,
        100
      ],
      "ntp_section_link_underline": [
        0,
        0,
        100
      ],
      "control_background": [
        0,
        0,
        0
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}