Green & Yellow

Green & Yellow

A clean and minimalistic transition from the color green to the color yellow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A clean and minimalistic transition from the color green to the color yellow.",
  "version": "1.2",
  "manifest_version": 2,
  "name": "Green & Yellow",
  "short_name": "Green & Yellow",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_ntp_background": "images/greenandyellow.png",
      "theme_tab_background": "images/tab.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_attribution": "images/logo.png"
    },
    "colors": {
      "ntp_background": [
        92,
        114,
        24
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        225,
        225,
        225
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "frame": [
        215,
        252,
        28
      ],
      "frame_inactive": [
        215,
        252,
        28
      ],
      "frame_incongnito": [
        215,
        252,
        28
      ],
      "frame_incognito_inactive": [
        215,
        252,
        28
      ],
      "toolbar": [
        92,
        114,
        24
      ]
    },
    "tints": {
      "background_tab": [
        0.2,
        0.5,
        0.5
      ],
      "buttons": [
        0.2,
        0.99,
        0.95
      ],
      "frame_inactive": [
        0.2,
        0.5,
        0.5
      ],
      "frame_incognito": [
        0.2,
        0.5,
        0.5
      ],
      "frame_incognito_inactive": [
        0.2,
        0.5,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}