Simple Kirby Theme

Simple Kirby Theme

Kirby contently gazing beside your new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple Kirby Theme",
  "description": "Kirby contently gazing beside your new tab page",
  "version": "0.2",
  "theme": {
    "colors": {
      "toolbar": [
        229,
        155,
        169
      ],
      "tab_text": [
        153,
        25,
        40
      ],
      "tab_background_text": [
        229,
        155,
        169
      ],
      "bookmark_text": [
        127,
        21,
        33
      ]
    },
    "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": [
        1,
        1,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "manifest_version": 2
}