Colored Sunflower Pixels

Colored Sunflower Pixels

A cute colored sunflower pixel 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.3",
  "name": "Colored Sunflower Pixels",
  "description": "A cute colored sunflower pixel theme",
  "author": "CupcakeKitten",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_button_background": "images/theme_button_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        240,
        238,
        203
      ],
      "toolbar": [
        240,
        238,
        203
      ],
      "tab_text": [
        71,
        71,
        71
      ],
      "tab_background_text": [
        199,
        195,
        123
      ],
      "bookmark_text": [
        71,
        71,
        71
      ],
      "ntp_text": [
        43,
        43,
        43
      ],
      "ntp_link": [
        43,
        43,
        43
      ],
      "ntp_link_underline": [
        43,
        43,
        43
      ],
      "control_background": [
        240,
        238,
        203
      ],
      "ntp_background": [
        240,
        238,
        203
      ],
      "ntp_section": [
        240,
        238,
        203
      ],
      "ntp_section_text": [
        43,
        43,
        43
      ],
      "ntp_section_link": [
        43,
        43,
        43
      ],
      "ntp_section_link_underline": [
        43,
        43,
        43
      ],
      "ntp_header": [
        240,
        238,
        203
      ],
      "button_background": [
        249,
        247,
        214
      ]
    },
    "tints": {
      "buttons": [
        0.15,
        0.58,
        0.87
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    }
  }
}