Wide Stripes (cyan)

Wide Stripes (cyan)

Cyan striped theme.

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": "4.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_background_alignment": "left top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "clear_new_tab": {
      "size": "dont_resize"
    },
    "images": {
      "theme_toolbar": "theme_toolbar.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_tab_background_inactive": "theme_tab_background_inactive.png"
    },
    "colors": {
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        66,
        66,
        66
      ],
      "toolbar": [
        182,
        255,
        245
      ],
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "background_tab": [
        158,
        222,
        213
      ],
      "background_tab_inactive": [
        158,
        222,
        213
      ],
      "bookmark_text": [
        66,
        66,
        66
      ],
      "tab_text": [
        66,
        66,
        66
      ],
      "tab_background_text": [
        66,
        66,
        66
      ],
      "tab_background_text_inactive": [
        99,
        99,
        99
      ],
      "omnibox_text": [
        66,
        66,
        66
      ],
      "toolbar_button_icon": [
        98,
        98,
        98
      ],
      "ntp_link": [
        56,
        146,
        255
      ],
      "omnibox_background": [
        232,
        255,
        252
      ],
      "toolbar_text": [
        66,
        66,
        66
      ]
    }
  }
}