Examine source code of Real dark

Inspect and view changes in Real 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": "It's a mostly black theme.",
  "manifest_version": 2,
  "name": "Real dark",
  "theme": {
    "colors": {
      "background_tab": [
        0,
        0,
        0
      ],
      "background_tab_inactive": [
        0,
        0,
        0
      ],
      "background_tab_incognito": [
        0,
        0,
        0
      ],
      "background_tab_incognito_inactive": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        193,
        193,
        196
      ],
      "button_background": [
        21,
        22,
        22
      ],
      "frame": [
        0,
        0,
        0
      ],
      "ntp_background": [
        21,
        22,
        22
      ],
      "ntp_link": [
        188,
        198,
        209
      ],
      "ntp_text": [
        50,
        50,
        50
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "background_tab": [
        21,
        22,
        22
      ],
      "buttons": [
        0,
        0.03,
        0.79
      ],
      "frame": [
        24,
        26,
        27
      ],
      "frame_inactive": [
        24,
        26,
        27
      ],
      "frame_incognito": [
        24,
        26,
        27
      ],
      "frame_incognito_inactive": [
        24,
        26,
        27
      ]
    }
  },
  "version": "1.1.1"
}