Lightning Storm 1440p

Lightning Storm 1440p

A night theme with an image of lighting.

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": "2.1.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png",
      "theme_toolbar": "theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "colors": {
      "ntp_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        49,
        102,
        181
      ],
      "tab_text": [
        212,
        239,
        255
      ],
      "bookmark_text": [
        212,
        239,
        255
      ],
      "tab_background_text": [
        212,
        239,
        255
      ],
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "omnibox_text": [
        212,
        239,
        255
      ],
      "omnibox_background": [
        78,
        121,
        186
      ],
      "tab_background_text_inactive": [
        182,
        206,
        219
      ],
      "background_tab": [
        43,
        90,
        161
      ],
      "background_tab_inactive": [
        43,
        90,
        161
      ],
      "toolbar_button_icon": [
        212,
        239,
        255
      ],
      "ntp_link": [
        251,
        255,
        117
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "toolbar_text": [
        212,
        239,
        255
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        -1
      ],
      "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
      ]
    },
    "clear_new_tab": {
      "size": "cover_screen"
    }
  }
}