Happy New Year 3D

Happy New Year 3D

New Year is just a few days away. The new year day is awaited with lot of enthusiasm, excitement and hope wishing for good to us…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Happy New Year 3D",
  "version": "1",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.jpg",
      "theme_tab_background": "images/theme_tab_background.jpg",
      "theme_ntp_background": "images/theme_ntp_background.jpeg",
      "theme_frame": "images/theme_frame.jpg",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/window_control_background.jpg"
    },
    "colors": {
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        255,
        114,
        113
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "toolbar": [
        255,
        114,
        113
      ],
      "ntp_background": [
        234,
        198,
        198
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}