Kirby Theme

Kirby Theme

Kirby Theme WallPaper for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.2",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "author": "Seiri",
  "theme": {
    "colors": {
      "toolbar": [
        183,
        186,
        227
      ],
      "toolbar_text": [
        0,
        0,
        0
      ],
      "toolbar_button_icon": [
        0,
        0,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "button_background": [
        246,
        245,
        251,
        0.5
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        185,
        188,
        227
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ],
      "background_tab": [
        0.65,
        0.75,
        0.85
      ]
    }
  }
}