Disable dark mode

Disable dark mode

Easily disable dark mode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Disable dark mode",
  "description": "Easily disable dark mode",
  "theme": {
    "colors": {
      "frame": [
        178,
        224,
        223
      ],
      "toolbar": [
        241,
        255,
        254
      ],
      "ntp_background": [
        178,
        224,
        223
      ],
      "tab_text": [
        9,
        50,
        47
      ],
      "bookmark_text": [
        9,
        50,
        47
      ],
      "tab_background_text": [
        9,
        50,
        47
      ],
      "tab_background_text_inactive": [
        9,
        50,
        47
      ],
      "theme_frame_incognito": [
        0,
        0,
        0
      ],
      "theme_frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "theme_tab_background_incognito": [
        0,
        0,
        0
      ],
      "theme_tab_background_incognito_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "background_tab_incognito": [
        0,
        0,
        0
      ],
      "background_tab_incognito_inactive": [
        0,
        0,
        0
      ],
      "toolbar_incognito": [
        0,
        0,
        0
      ],
      "tab_text_incognito": [
        255,
        255,
        255
      ],
      "bookmark_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        0,
        0,
        0
      ],
      "tab_background_text_inactive_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "ntp_background_incognito": [
        0,
        0,
        0
      ],
      "ntp_text_incognito": [
        255,
        255,
        255
      ],
      "ntp_text": [
        241,
        255,
        254
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        1,
        0.1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}