Midnight Train Dark (for smaller screens)

Midnight Train Dark (for smaller screens)

This is a low-res version of 'Midnight Train' theme, specifically for smaller screen sizes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "This is a low-res version of 'Midnight Train' theme, specifically for smaller screen sizes",
  "manifest_version": 2,
  "name": "Midnight Train Dark (for smaller screens)",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        255,
        255,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        205,
        205,
        205
      ],
      "tab_background_text": [
        210,
        210,
        210
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        31,
        67,
        107
      ]
    },
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_incognito": "images/frame-incognito.png",
      "theme_ntp_attribution": "images/logo.png",
      "theme_ntp_background": "images/train.png",
      "theme_tab_background": "images/tab-background.png",
      "theme_tab_background_incognito": "images/tab-background-incognito.png",
      "theme_toolbar": "images/toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}