Dark Theme

Dark Theme

A simple and elegant 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",
  "version": "0.1.2",
  "name": "Dark Theme",
  "manifest_version": 3,
  "homepage_url": "https://mybrowseraddon.com/dark-theme.html",
  "description": "A simple and elegant dark theme for your browser.",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "theme": {
    "tints": {
      "buttons": [
        -1,
        -1,
        0.95
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1,
      "ntp_background_repeat": "repeat"
    },
    "colors": {
      "toolbar": [
        53,
        54,
        58
      ],
      "toolbar_button_icon": [
        241,
        243,
        244
      ],
      "omnibox_text": [
        144,
        145,
        146
      ],
      "bookmark_text": [
        241,
        243,
        244
      ],
      "omnibox_background": [
        32,
        33,
        36
      ],
      "frame": [
        32,
        33,
        36
      ],
      "frame_inactive": [
        39,
        41,
        43
      ],
      "frame_incognito": [
        32,
        33,
        36
      ],
      "frame_incognito_inactive": [
        39,
        41,
        43
      ],
      "ntp_text": [
        241,
        243,
        244
      ],
      "ntp_link": [
        241,
        243,
        244
      ],
      "ntp_section": [
        35,
        35,
        35
      ],
      "ntp_background": [
        41,
        41,
        41
      ],
      "ntp_section_link": [
        210,
        213,
        213
      ],
      "ntp_section_text": [
        210,
        213,
        213
      ],
      "tab_text": [
        241,
        243,
        244
      ],
      "tab_background_text": [
        190,
        193,
        197
      ],
      "tab_background_text_inactive": [
        168,
        171,
        175
      ],
      "tab_background_text_incognito": [
        190,
        193,
        197
      ],
      "tab_background_text_incognito_inactive": [
        168,
        171,
        175
      ]
    }
  }
}