Examine source code of Darker Chrome+

Inspect and view changes in Darker Chrome+ 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",
  "name": "Darker Chrome+",
  "description": "Inspired by Google Plus",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        90,
        90,
        90
      ],
      "frame_incognito": [
        90,
        90,
        90
      ],
      "toolbar": [
        90,
        90,
        90
      ],
      "tab_text": [
        230,
        230,
        230
      ],
      "tab_background_text": [
        230,
        230,
        230
      ],
      "bookmark_text": [
        230,
        230,
        230
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "control_background": [
        45,
        45,
        45,
        0
      ],
      "button_background": [
        130,
        130,
        130,
        0
      ]
    },
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_incognito": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab_background.png",
      "theme_tab_background_v": "images/tab_background_v.png",
      "theme_tab_background_incognito": "images/tab_background.png",
      "theme_ntp_background": "images/background.png"
    },
    "properties": {
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "frame_inactive": [
        -1,
        0,
        0.6
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive_incognito": [
        -1,
        -1,
        0.6
      ],
      "background_tab": [
        -1,
        -1,
        0.1
      ]
    }
  },
  "version": "1.4"
}