Examine source code of Firefox Dark

Inspect and view changes in Firefox Dark source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Tatsze",
  "name": "Firefox Dark",
  "description": "Firefox Dark by Tatsze.",
  "version": "0.2.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
      ],
      "toolbar_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": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}