Aladdin

Aladdin

A Google Chrome Theme featuring a painting of Aladdin from One Thousand and One Arabian Nights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "name": "Aladdin",
  "description": "A Google Chrome Theme featuring a painting of Aladdin from One Thousand and One Arabian Nights.",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "img/frame.jpg",
      "theme_toolbar": "img/toolbar.jpg",
      "theme_tab_background": "img/tab_background.jpg",
      "theme_tab_background_incognito": "img/tab_background.jpg",
      "theme_ntp_background": "img/ntp_background.jpg",
      "theme_ntp_attribution": "img/ntp_attribution.png",
      "theme_frame_overlay": "img/frame_overlay.png"
    },
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_header": [
        40,
        40,
        40
      ],
      "ntp_section": [
        255,
        255,
        255,
        0.5
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        11,
        21,
        35
      ],
      "tab_background_text": [
        10,
        10,
        10
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "frame": [
        12,
        20,
        30
      ],
      "toolbar": [
        6,
        13,
        21
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom right",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    }
  }
}