Disney at Dusk

Disney at Dusk

This theme styles your Google Chrome browser to give off a Disney World at dusk feel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.jpeg",
      "theme_toolbar": "images/theme_toolbar.jpeg",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg",
      "theme_frame_overlay": "images/theme_frame_overlay.jpeg"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        91,
        255,
        0
      ],
      "bookmark_text": [
        190,
        75,
        255
      ],
      "ntp_background": [
        160,
        21,
        255
      ],
      "ntp_text": [
        255,
        229,
        254
      ],
      "button_background": [
        97,
        0,
        195,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.75,
        1,
        0.38
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "name": "Disney at Dusk",
  "version": "1.0",
  "description": "This theme styles your Google Chrome browser to give off a Disney World at dusk feel."
}