Firefox Quantum Light

Firefox Quantum Light

Replica of the "Light" theme from Mozilla Firefox Quantum.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "1.1.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "tints": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_logo_alternate": 0
    },
    "colors": {
      "ntp_background": [
        249,
        249,
        250
      ],
      "frame": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        24,
        25,
        26
      ],
      "tab_text": [
        24,
        25,
        26
      ],
      "tab_background_text": [
        24,
        25,
        26
      ],
      "toolbar": [
        245,
        246,
        247
      ],
      "tab_background_text_inactive": [
        106,
        107,
        108
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "omnibox_background": [
        227,
        228,
        230
      ],
      "background_tab": [
        217,
        218,
        219
      ],
      "background_tab_inactive": [
        217,
        218,
        219
      ],
      "toolbar_button_icon": [
        90,
        91,
        92
      ],
      "ntp_link": [
        56,
        146,
        255
      ],
      "ntp_text": [
        12,
        12,
        13
      ],
      "toolbar_text": [
        23,
        24,
        26
      ]
    },
    "images": {
      "theme_toolbar": "theme_toolbar.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png"
    }
  }
}