VS Code

VS Code

VS Code colors in Chrome!

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.0.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": 1,
      "ntp_background_repeat": "repeat"
    },
    "colors": {
      "ntp_text": [
        206,
        145,
        120
      ],
      "tab_background_text_inactive": [
        156,
        220,
        254
      ],
      "tab_background_text": [
        86,
        156,
        214
      ],
      "tab_text": [
        197,
        134,
        192
      ],
      "bookmark_text": [
        219,
        219,
        169
      ],
      "ntp_background": [
        31,
        31,
        31
      ],
      "omnibox_background": [
        37,
        37,
        38
      ],
      "omnibox_text": [
        78,
        201,
        176
      ],
      "background_tab": [
        31,
        31,
        31
      ],
      "background_tab_inactive": [
        31,
        31,
        31
      ],
      "toolbar": [
        51,
        51,
        51
      ],
      "toolbar_button_icon": [
        219,
        219,
        169
      ],
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "ntp_link": [
        207,
        144,
        120
      ],
      "toolbar_text": [
        219,
        219,
        169
      ]
    },
    "images": {
      "theme_frame_inactive": "theme_frame_inactive.png",
      "theme_frame": "theme_frame.png",
      "theme_toolbar": "theme_toolbar.png"
    }
  }
}