Firefox Dark

Firefox Dark

Firefox Dark by Tatsze.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Tatsze",
  "name": "Firefox Dark",
  "description": "Firefox Dark by Tatsze.",
  "version": "0.1",
  "manifest_version": 3,
  "theme": {
    "colors": {
      "frame": [
        28,
        27,
        34
      ],
      "frame_inactive": [
        28,
        27,
        34
      ],
      "frame_incognito": [
        28,
        27,
        34
      ],
      "frame_incognito_inactive": [
        28,
        27,
        34
      ],
      "toolbar": [
        55,
        54,
        63
      ],
      "omnibox_background": [
        28,
        27,
        34
      ],
      "ntp_background": [
        43,
        42,
        51
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "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
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame.png",
      "theme_frame_incognito_inactive": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}