Allum

Allum

Apple inspired Alluminum theme for chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Apple inspired Alluminum theme for chrome",
  "manifest_version": 2,
  "name": "Allum",
  "theme": {
    "colors": {
      "bookmark_text": [
        25,
        25,
        25
      ],
      "frame": [
        87,
        87,
        87
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        225,
        225,
        225
      ],
      "toolbar": [
        245,
        245,
        245
      ],
      "tab_text": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.0"
}