Dark

Dark

Black Dark Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Black Dark Theme",
  "manifest_version": 2,
  "name": "Dark",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "nt_header": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        150,
        150,
        150
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/Frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "tints": {
      "background_tab": [
        0,
        0,
        0.65
      ],
      "buttons": [
        0,
        0,
        0.85
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        1
      ],
      "frame_incognito_inactive": [
        0,
        0,
        1
      ]
    }
  },
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}