Minimal Turquoise

Minimal Turquoise

A minimal dark theme with turquoise (Cyan) color.. #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 Turquoise",
  "description": "A minimal dark theme with turquoise (Cyan) color.. #Modern #Material #Simple",
  "version": "2.0.6",
  "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": [
        197,
        197,
        197
      ],
      "ntp_background": [
        44,
        44,
        44
      ],
      "ntp_text": [
        222,
        222,
        222
      ]
    },
    "tints": {
      "buttons": [
        0.514,
        1,
        0.7588
      ],
      "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"
    }
  }
}