Light Theme for Google Chrome

Light Theme for Google Chrome

The best light Chrome theme for your web browser. It's simple and coherent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "omnibox_background": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "vertical_active_tab": [
        255,
        255,
        255
      ],
      "vertical_active_tab_incognito": [
        255,
        255,
        255
      ],
      "vertical_frame": [
        255,
        255,
        255
      ],
      "vertical_frame_incognito": [
        255,
        255,
        255
      ],
      "vertical_tab_background_text": [
        64,
        64,
        64
      ],
      "vertical_tab_text": [
        0,
        0,
        0
      ],
      "vertical_tab_text_incognito": [
        0,
        0,
        0
      ],
      "vertical_toolbar_button_icon": [
        255,
        0,
        0
      ],
      "vertical_toolbar_button_icon_incognito": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  },
  "name": "__MSG_name__",
  "version": "1.0.7.0",
  "description": "__MSG_description__",
  "author": "Stefan vd",
  "default_locale": "en"
}