Examine source code of Browse Darker Less Darkly

Inspect and view changes in Browse Darker Less Darkly 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",
  "theme": {
    "tints": {
      "background_tab": [
        0,
        0,
        0.2
      ],
      "buttons": [
        0,
        0,
        0.6
      ]
    },
    "colors": {
      "ntp_text": [
        200,
        200,
        200
      ],
      "tab_text": [
        230,
        230,
        230
      ],
      "tab_background_text": [
        120,
        120,
        120
      ],
      "toolbar": [
        58,
        58,
        58,
        1
      ],
      "frame_inactive": [
        58,
        58,
        58
      ],
      "ntp_section": [
        127,
        127,
        127
      ],
      "control_background": [
        0,
        0,
        0
      ],
      "ntp_link_underline": [
        200,
        200,
        200
      ],
      "button_background": [
        88,
        88,
        88
      ],
      "frame": [
        58,
        58,
        58
      ],
      "bookmark_text": [
        180,
        180,
        180
      ],
      "ntp_background": [
        32,
        32,
        32
      ],
      "ntp_link": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_toolbar": "blah.png",
      "theme_frame": "background-noise-toolbar.png"
    }
  },
  "name": "Browse Darker Less Darkly",
  "manifest_version": 2,
  "version": "2.7"
}