Midnight Black - Dark theme

Midnight Black - Dark theme

A simple dark theme for your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extN__",
  "version": "1.2",
  "description": "__MSG_extD__",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        4,
        5,
        6
      ],
      "toolbar": [
        21,
        23,
        27
      ],
      "tab_text": [
        240,
        240,
        240
      ],
      "tab_background_text": [
        160,
        160,
        160
      ],
      "bookmark_text": [
        240,
        240,
        240
      ],
      "ntp_background": [
        16,
        17,
        20
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        41,
        96,
        204
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.69
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "default_locale": "en"
}