Minimal Red

Minimal Red

A very minimal clean dark theme with Red accent. #Modern #Material #Simple

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Minimal Red",
  "description": "A very minimal clean dark theme with Red accent. #Modern #Material #Simple",
  "version": "9.0.2",
  "icons": {
    "128": "images/icon128.png"
  },
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "colors": {
      "frame": [
        21,
        21,
        21
      ],
      "frame_inactive": [
        21,
        21,
        21
      ],
      "frame_incognito": [
        21,
        21,
        21
      ],
      "frame_incognito_inactive": [
        21,
        21,
        21
      ],
      "toolbar": [
        46,
        46,
        46
      ],
      "tab_text": [
        222,
        222,
        222
      ],
      "tab_background_text": [
        178,
        178,
        178
      ],
      "tab_background_text_inactive": [
        168,
        168,
        168
      ],
      "bookmark_text": [
        182,
        182,
        182
      ],
      "ntp_background": [
        46,
        46,
        46
      ],
      "ntp_text": [
        222,
        222,
        222
      ]
    },
    "tints": {
      "buttons": [
        0.98,
        1,
        0.6488
      ],
      "frame_inactive": [
        0.5833,
        0.18,
        0.5
      ],
      "frame_incognito_inactive": [
        0.5833,
        0.18,
        0.5
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1,
      "ntp_background_repeat": "repeat"
    }
  }
}