Cute Christmas Pixel Snowflakes

Cute Christmas Pixel Snowflakes

A cute array of blue pixel snowflakes to make a Christmas Google Chrome theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.2",
  "name": "Cute Christmas Pixel Snowflakes",
  "description": "A cute array of blue pixel snowflakes to make a Christmas Google Chrome theme",
  "author": "CupcakeKitten",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "bookmark_text": [
        4,
        75,
        113
      ],
      "frame": [
        4,
        75,
        113
      ],
      "ntp_background": [
        119,
        203,
        248
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        119,
        203,
        248
      ],
      "tab_text": [
        4,
        75,
        113
      ],
      "toolbar": [
        193,
        233,
        255
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    }
  }
}