Coffee Hearts

Coffee Hearts

A cute coffee colored heart theme

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": "Coffee Hearts",
  "description": "A cute coffee colored heart theme",
  "author": "CupcakeKitten",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        255,
        233,
        211
      ],
      "toolbar": [
        255,
        233,
        211
      ],
      "tab_text": [
        159,
        134,
        110
      ],
      "tab_background_text": [
        198,
        177,
        157
      ],
      "bookmark_text": [
        159,
        134,
        110
      ],
      "ntp_text": [
        101,
        101,
        101
      ],
      "ntp_link": [
        159,
        134,
        110
      ],
      "ntp_link_underline": [
        159,
        134,
        110
      ],
      "ntp_background": [
        159,
        134,
        110
      ],
      "ntp_section": [
        159,
        134,
        110
      ],
      "ntp_section_text": [
        159,
        134,
        110
      ],
      "ntp_section_link": [
        159,
        134,
        110
      ],
      "ntp_section_link_underline": [
        159,
        134,
        110
      ],
      "ntp_header": [
        159,
        134,
        110
      ],
      "button_background": [
        159,
        134,
        110
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    }
  }
}