Examine source code of Eli Dark

Inspect and view changes in Eli Dark 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",
  "description": "Minimal dark with visible focused titlebar colors",
  "icons": {
    "128": "images/icon.png"
  },
  "manifest_version": 2,
  "name": "Eli Dark",
  "short_name": "Eli Dark",
  "theme": {
    "colors": {
      "bookmark_text": [
        224,
        224,
        192
      ],
      "button_background": [
        32,
        32,
        128
      ],
      "control_background": [
        0,
        0,
        0
      ],
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        255,
        255,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section": [
        64,
        64,
        64
      ],
      "ntp_section_link": [
        8,
        64,
        128
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        128,
        128,
        128
      ],
      "toolbar": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "center bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    },
    "tints": {
      "buttons": [
        0.111,
        0.75,
        0.925
      ],
      "frame": [
        0.666,
        0.8,
        0.4
      ],
      "frame_inactive": [
        0.666,
        0.7,
        0.2
      ],
      "frame_incognito": [
        0,
        0.8,
        0.4
      ],
      "frame_incognito_inactive": [
        0,
        0.7,
        0.2
      ],
      "background_tab": [
        -1,
        0,
        0
      ]
    }
  },
  "version": "1.1"
}