Amber Autumn

Amber Autumn

Now you can have a relaxing view of the Amber-ish fallen leaves on your Chrome, to feel even more the wonders of Autumn. "That…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1",
  "name": "Amber Autumn",
  "author": "Gabriel Checchia Vitali",
  "homepage_url": "http://gabrielvitalideveloper.com/chrome-themes",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.jpg"
    },
    "colors": {
      "frame": [
        233,
        240,
        255
      ],
      "toolbar": [
        227,
        150,
        51
      ],
      "tab_text": [
        59,
        28,
        0
      ],
      "tab_background_text": [
        252,
        241,
        235
      ],
      "bookmark_text": [
        59,
        28,
        0
      ],
      "ntp_background": [
        255,
        254,
        233
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_text_underline": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "button_background": [
        130,
        188,
        127,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.63,
        0.18,
        0.22
      ],
      "frame_inactive": [
        0.5,
        0.6,
        0.1
      ],
      "frame_incognito_inactive": [
        0.5,
        0.6,
        0.1
      ]
    },
    "properties": {
      "ntp_background_alignment": "left",
      "ntp_background_repeat": "no-repeat"
    }
  }
}