Rmaki

Rmaki

Dark theme for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "Rmaki",
  "description": "Dark theme for Chrome",
  "theme": {
    "colors": {
      "tab_text": [
        54,
        254,
        255
      ],
      "tab_background_text": [
        196,
        252,
        252
      ],
      "background_tab": [
        44,
        37,
        55
      ],
      "background_tab_inactive": [
        44,
        37,
        55
      ],
      "bookmark_text": [
        196,
        252,
        252
      ],
      "frame": [
        44,
        37,
        55
      ],
      "frame_inactive": [
        29,
        23,
        39
      ],
      "toolbar": [
        55,
        48,
        66
      ],
      "omnibox_background": [
        12,
        16,
        24
      ],
      "omnibox_text": [
        194,
        202,
        220
      ],
      "toolbar_button_icon": [
        255,
        183,
        97
      ],
      "ntp_background": [
        29,
        23,
        39
      ],
      "button_background": [
        29,
        23,
        39
      ]
    }
  }
}