Macaw Theme

Macaw Theme

A Beautiful Macaw sits on your new tab page, and colorful feathers decorate your browser bars

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Macaw Theme",
  "description": "A Beautiful Macaw sits on your new tab page, and colorful feathers decorate your browser bars",
  "version": "1.0.0",
  "theme": {
    "colors": {
      "frame": [
        171,
        13,
        28
      ],
      "toolbar": [
        43,
        57,
        41
      ],
      "ntp_text": [
        43,
        57,
        41
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        173,
        199,
        152
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        242,
        91,
        106
      ]
    },
    "images": {
      "theme_ntp_background": "images/ntp_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "tints": {
      "buttons": [
        0.27,
        1,
        0.82
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "manifest_version": 2
}