Diablo 3 - Light

Diablo 3 - Light

A heaven-themed Chrome theme based on the popular videogame Diablo 3.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Diablo 3 - Light",
  "short_name": "D3Light",
  "author": "Thunderclaww",
  "version": "1.1",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/window_control_background.png"
    },
    "colors": {
      "frame": [
        227,
        214,
        195
      ],
      "toolbar": [
        231,
        216,
        194
      ],
      "tab_text": [
        72,
        47,
        32
      ],
      "tab_background_text": [
        45,
        29,
        20
      ],
      "bookmark_text": [
        72,
        47,
        32
      ],
      "ntp_background": [
        231,
        201,
        141
      ],
      "ntp_text": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.097,
        1,
        0.3
      ],
      "frame_inactive": [
        -1,
        0.4,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat"
    }
  }
}