Sky Space Chrome Theme

Sky Space Chrome Theme

Google Chrome Space theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg"
    },
    "colors": {
      "frame": [
        66,
        116,
        201
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        76,
        76,
        76
      ],
      "bookmark_text": [
        18,
        50,
        114
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        237,
        237,
        237
      ],
      "button_background": [
        249,
        57,
        13,
        0.94
      ]
    },
    "tints": {
      "buttons": [
        0.57,
        0.81,
        0.38
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "name": "Sky Space Chrome Theme",
  "version": "1.0.1",
  "description": "Google Chrome Space theme"
}